Html Css Color HEX #126804 Green

📋 copy color: '#126804'

red 18 ◦ green 104 ◦ blue 4

#126804
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #126804

Tints of Green #126804

RGB

 RED value IS 18 (7.42% from 255) = 14.29%

 GREEN value IS 104 (41.02% from 255) = 82.54%

 BLUE value IS 4 (1.95% from 255) = 3.17%

R = 14.29%
G = 82.54%
B = 3.17%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.96

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#126804 (or 0x126804) is known color: Green. HEX triplet: 12, 68 and 04. RGB value is (18,104,4). Sum of RGB (Red+Green+Blue) = 18+104+4=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 104 (41.02% from 255 or 82.54% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 104 - color contains mainly: green. Hex color #126804 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126804 is #ED97FB. Grayscale: #434343. Windows color (decimal): -15570940 or 288786. OLE color: 288786.

HSL color Cylindrical-coordinate representation of color #126804: hue angle of 111.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #126804 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 104 4 -
CMYK 0.83 0 0.96 0.59
HSL 111.6º 0.93% 0.21% -
HSV(B) 111.6º 0.96% 0.41% -
XYZ 5.22 10.04 1.78 -
YUV 66.89 92.51 93.13 -
System Red Green Blue C M Y K H S L
Decimal 18 104 4 0.83 0 0.96 0.59 111.6 0.93 0.21
Hex 12 68 4 53 0 60 3B 70 5D 15
Octal 22 150 4 123 0 140 73 160 135 25
Binary 10010 1101000 100 1010011 0 1100000 111011 1110000 1011101 10101

Color Harmonies of #126804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126804

Black with #126804

Text Example


Text Example

White with #126804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126804; }

 p { color: rgb(18,104,4); }

 H1.HeaderClassName
 {
   color: #126804;
 }
 .AnyTagClassName
 {
   color: #126804;
 }
</style>

background-color css

<style>
 a { background-color: #126804; }

 a { background-color: rgb(18,104,4); }

 div.DivClassName
 {
   background-color: #126804;
 }
 .BgClassName
 {
   background-color: #126804;
 }
</style>

border-color css

<style>
 span { border-color: #126804; }

 span { border-color: rgb(18,104,4); }

 td.TdClassName
 {
   border-color: #126804;
 }
 .TagClassName
 {
   border-color: #126804;
 }
</style>