COLOR #00C826

HEX: #00C826
RGB: (0,200,38)

Renk bilgisi

#00C826 contains mainly green color. #00C826 ‘ nin web güvenlik rengi #00CC33 (ya da #0C3) dir.

RGB renk modeli

#00C826 color RGB value is (0,200,38).

  • kırmız ton 0;
  • yeşil ton 200;
  • mavi ton 38.
RGB:
(0,200,38)
(0%,78%,15%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 200 of 255 = 78%
B 38 of 255 = 15%

0
200
38

R + G + B ~ 31%. #00C826 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 200 + 38 = 238 (100%)
R 0 of 238 ~ 0%
G 200 of 238 ~ 84.03%
B 38 of 238 ~ 15.97%

%84.03
%15.97

CMYK RENK MODELİ

#00C826 rengi CMYK tonu (100,0,81,22).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 81.00%
  • ana renk tonu 21.57%
CMYK:
(100,0,81,22)
C100M0Y81K22 
(100%,0%,81%,22%)
(1.00/0.00/0.81/0.22)	

CMYK yüzdeleri

%100
%0
%81
%21.57

Codes

Color #00C826 in popluar color models

00C826
RGB020038
HSL131°100.00%39.22%
HSB/HSV131°100.00%78.43%
CMYK100.00%0.00%81.00%
21.57%

Color #00C826 in popluar number systems.

HEX00C826
Decimal020038
Binary011001000100110
Octal031046

Shades and tints

Shades of #00C826

#00C826
(0,200,38)
#00B623
(0,182,35)
#00A420
(0,164,32)
#00921D
(0,146,29)
#00801A
(0,128,26)
#006E17
(0,110,23)
#005C14
(0,92,20)
#004A11
(0,74,17)
#00380E
(0,56,14)
#00260B
(0,38,11)
#001408
(0,20,8)
#000000
(0,0,0)

Tints of #00C826

#00C826
(0,200,38)
#17CD39
(23,205,57)
#2ED24C
(46,210,76)
#45D75F
(69,215,95)
#5CDC72
(92,220,114)
#73E185
(115,225,133)
#8AE698
(138,230,152)
#A1EBAB
(161,235,171)
#B8F0BE
(184,240,190)
#CFF5D1
(207,245,209)
#E6FAE4
(230,250,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00C826 color. Also use rgb(0,200,38) instead hex code.

Text Font Color

.myTextColor { color: #00C826; }

<p style="color:#00C826">This sample text font color is #00C826.</p>

This text font color is #00C826.


Background Color

.myBgColor { background-color: #00C826; }

<div style="background-color:#00C826">Inner text</div>

This div background color is #00C826.


Border color

.myBorderColor { border: 1px solid #00C826; }

<div style="border:3px solid #00C826">Div</div>

This div border color is #00C826.


Opacity

.myOpacity80 { color: #00C826; opacity: 0.8; }

<p style="color:#00C826;opacity:0.8;">80%</p>

Text with #00C826 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00C826;}

<p style="text-shadow: 3px 3px 1px #00C826">Text here.</p>

This text has shadow with #00C826 color.

.textShadow {text-shadow: 3px 3px 1px #00C826, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00C826, 5px 5px 20px red">Text here.</p>

This text has shadow with #00C826 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00C826, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00C826, Direction=45, Strength=4)">Text</p>

This text has shadow with #00C826 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #00C826;
  -webkit-box-shadow:	1px 1px 3px 2px #00C826;
  box-shadow:		1px 1px 3px 2px #00C826;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00C826;
-webkit-box-shadow: 1px 1px 3px 2px #00C826;
box-shadow:1px 1px 3px 2px #00C826;">
Div content here</div>
This div box has shadow with color #00C826.

Preview

Color preview on black background

This text has color #00C826 on black background.


Color preview on white background

This text has color #00C826 on white background.



Black color preview on #00C826 background

This text has black color on #00C826 background.


White color preview on #00C826 background

This text has white color on #00C826 background.