Html Css Color HEX #126C17 Green

📋 copy color: '#126C17'

red 18 ◦ green 108 ◦ blue 23

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

Shades of Green #126C17

Tints of Green #126C17

RGB

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

 GREEN value IS 108 (42.58% from 255) = 72.48%

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

R = 12.08%
G = 72.48%
B = 15.44%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#126C17 (or 0x126C17) is known color: Green. HEX triplet: 12, 6C and 17. RGB value is (18,108,23). Sum of RGB (Red+Green+Blue) = 18+108+23=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 108 (42.58% from 255 or 72.48% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 108 - color contains mainly: green. Hex color #126C17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126C17 is #ED93E8. Grayscale: #474747. Windows color (decimal): -15569897 or 1534994. OLE color: 1534994.

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

Color convert

RGB 18 108 23 -
CMYK 0.83 0 0.79 0.58
HSL 123.33º 0.71% 0.25% -
HSV(B) 123.33º 0.83% 0.42% -
XYZ 5.77 10.92 2.61 -
YUV 71.4 100.68 89.91 -
System Red Green Blue C M Y K H S L
Decimal 18 108 23 0.83 0 0.79 0.58 123.33 0.71 0.25
Hex 12 6C 17 53 0 4F 3A 7B 47 19
Octal 22 154 27 123 0 117 72 173 107 31
Binary 10010 1101100 10111 1010011 0 1001111 111010 1111011 1000111 11001

Color Harmonies of #126C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126C17

Black with #126C17

Text Example


Text Example

White with #126C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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