Html Css Color HEX #126E04 Green

📋 copy color: '#126E04'

red 18 ◦ green 110 ◦ blue 4

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

Shades of Green #126E04

Tints of Green #126E04

RGB

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

 GREEN value IS 110 (43.36% from 255) = 83.33%

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

R = 13.64%
G = 83.33%
B = 3.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#126E04 (or 0x126E04) is known color: Green. HEX triplet: 12, 6E and 04. RGB value is (18,110,4). Sum of RGB (Red+Green+Blue) = 18+110+4=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 110 (43.36% from 255 or 83.33% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 110 - color contains mainly: green. Hex color #126E04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126E04 is #ED91FB. Grayscale: #464646. Windows color (decimal): -15569404 or 290322. OLE color: 290322.

HSL color Cylindrical-coordinate representation of color #126E04: hue angle of 112.08º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #126E04 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 110 4 -
CMYK 0.84 0 0.96 0.57
HSL 112.08º 0.93% 0.22% -
HSV(B) 112.08º 0.96% 0.43% -
XYZ 5.85 11.29 1.99 -
YUV 70.41 90.52 90.62 -
System Red Green Blue C M Y K H S L
Decimal 18 110 4 0.84 0 0.96 0.57 112.08 0.93 0.22
Hex 12 6E 4 54 0 60 39 70 5D 16
Octal 22 156 4 124 0 140 71 160 135 26
Binary 10010 1101110 100 1010100 0 1100000 111001 1110000 1011101 10110

Color Harmonies of #126E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126E04

Black with #126E04

Text Example


Text Example

White with #126E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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