Html Css Color HEX #126A17 Green

📋 copy color: '#126A17'

red 18 ◦ green 106 ◦ blue 23

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

Shades of Green #126A17

Tints of Green #126A17

RGB

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

 GREEN value IS 106 (41.8% from 255) = 72.11%

 BLUE value IS 23 (9.38% from 255) = 15.65%

R = 12.24%
G = 72.11%
B = 15.65%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#126A17 (or 0x126A17) is known color: Green. HEX triplet: 12, 6A and 17. RGB value is (18,106,23). Sum of RGB (Red+Green+Blue) = 18+106+23=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 106 (41.80% from 255 or 72.11% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 106 - color contains mainly: green. Hex color #126A17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126A17 is #ED95E8. Grayscale: #464646. Windows color (decimal): -15570409 or 1534482. OLE color: 1534482.

HSL color Cylindrical-coordinate representation of color #126A17: hue angle of 123.41º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126A17 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 106 23 -
CMYK 0.83 0 0.78 0.58
HSL 123.41º 0.71% 0.24% -
HSV(B) 123.41º 0.83% 0.42% -
XYZ 5.56 10.5 2.54 -
YUV 70.23 101.35 90.75 -
System Red Green Blue C M Y K H S L
Decimal 18 106 23 0.83 0 0.78 0.58 123.41 0.71 0.24
Hex 12 6A 17 53 0 4E 3A 7B 47 18
Octal 22 152 27 123 0 116 72 173 107 30
Binary 10010 1101010 10111 1010011 0 1001110 111010 1111011 1000111 11000

Color Harmonies of #126A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126A17

Black with #126A17

Text Example


Text Example

White with #126A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,106,23); }

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

background-color css

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

 a { background-color: rgb(18,106,23); }

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

border-color css

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

 span { border-color: rgb(18,106,23); }

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