Html Css Color HEX #126E05 Green

📋 copy color: '#126E05'

red 18 ◦ green 110 ◦ blue 5

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

Shades of Green #126E05

Tints of Green #126E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.76%

R = 13.53%
G = 82.71%
B = 3.76%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#126E05 (or 0x126E05) is known color: Green. HEX triplet: 12, 6E and 05. RGB value is (18,110,5). Sum of RGB (Red+Green+Blue) = 18+110+5=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 110 (43.36% from 255 or 82.71% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 110 - color contains mainly: green. Hex color #126E05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126E05 is #ED91FA. Grayscale: #464646. Windows color (decimal): -15569403 or 355858. OLE color: 355858.

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

Color convert

RGB 18 110 5 -
CMYK 0.84 0 0.95 0.57
HSL 112.57º 0.91% 0.23% -
HSV(B) 112.57º 0.95% 0.43% -
XYZ 5.85 11.29 2.01 -
YUV 70.52 91.02 90.54 -
System Red Green Blue C M Y K H S L
Decimal 18 110 5 0.84 0 0.95 0.57 112.57 0.91 0.23
Hex 12 6E 5 54 0 5F 39 71 5B 17
Octal 22 156 5 124 0 137 71 161 133 27
Binary 10010 1101110 101 1010100 0 1011111 111001 1110001 1011011 10111

Color Harmonies of #126E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126E05

Black with #126E05

Text Example


Text Example

White with #126E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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