Html Css Color HEX #126F10 Green

📋 copy color: '#126F10'

red 18 ◦ green 111 ◦ blue 16

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

Shades of Green #126F10

Tints of Green #126F10

RGB

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

 GREEN value IS 111 (43.75% from 255) = 76.55%

 BLUE value IS 16 (6.64% from 255) = 11.03%

R = 12.41%
G = 76.55%
B = 11.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#126F10 (or 0x126F10) is known color: Green. HEX triplet: 12, 6F and 10. RGB value is (18,111,16). Sum of RGB (Red+Green+Blue) = 18+111+16=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 111 (43.75% from 255 or 76.55% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 111 - color contains mainly: green. Hex color #126F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126F10 is #ED90EF. Grayscale: #484848. Windows color (decimal): -15569136 or 1077010. OLE color: 1077010.

HSL color Cylindrical-coordinate representation of color #126F10: hue angle of 118.74º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #126F10 is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 111 16 -
CMYK 0.84 0 0.86 0.56
HSL 118.74º 0.75% 0.25% -
HSV(B) 118.74º 0.86% 0.44% -
XYZ 6.03 11.53 2.4 -
YUV 72.36 96.19 89.22 -
System Red Green Blue C M Y K H S L
Decimal 18 111 16 0.84 0 0.86 0.56 118.74 0.75 0.25
Hex 12 6F 10 54 0 56 38 77 4B 19
Octal 22 157 20 124 0 126 70 167 113 31
Binary 10010 1101111 10000 1010100 0 1010110 111000 1110111 1001011 11001

Color Harmonies of #126F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F10

Black with #126F10

Text Example


Text Example

White with #126F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,111,16); }

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

background-color css

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

 a { background-color: rgb(18,111,16); }

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

border-color css

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

 span { border-color: rgb(18,111,16); }

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