Html Css Color HEX #126404 Green

📋 copy color: '#126404'

red 18 ◦ green 100 ◦ blue 4

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

Shades of Green #126404

Tints of Green #126404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 81.97%

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

R = 14.75%
G = 81.97%
B = 3.28%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#126404 (or 0x126404) is known color: Green. HEX triplet: 12, 64 and 04. RGB value is (18,100,4). Sum of RGB (Red+Green+Blue) = 18+100+4=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 100 (39.45% from 255 or 81.97% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 100 - color contains mainly: green. Hex color #126404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126404 is #ED9BFB. Grayscale: #404040. Windows color (decimal): -15571964 or 287762. OLE color: 287762.

HSL color Cylindrical-coordinate representation of color #126404: hue angle of 111.25º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #126404 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 100 4 -
CMYK 0.82 0 0.96 0.61
HSL 111.25º 0.92% 0.2% -
HSV(B) 111.25º 0.96% 0.39% -
XYZ 4.83 9.25 1.65 -
YUV 64.54 93.83 94.81 -
System Red Green Blue C M Y K H S L
Decimal 18 100 4 0.82 0 0.96 0.61 111.25 0.92 0.2
Hex 12 64 4 52 0 60 3D 6F 5C 14
Octal 22 144 4 122 0 140 75 157 134 24
Binary 10010 1100100 100 1010010 0 1100000 111101 1101111 1011100 10100

Color Harmonies of #126404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126404

Black with #126404

Text Example


Text Example

White with #126404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126404; }

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

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

background-color css

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

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

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

border-color css

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

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

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