#126F0F

Color #126F0F Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #126F0F

Tints of Green #126F0F

Color information

#126F0F (or 0x126F0F) is unknown color: approx Green. HEX triplet: 12, 6F and 0F. RGB value is (18,111,15). Sum of RGB (Red+Green+Blue) = 18+111+15=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 111 (43.75% from 255 or 77.08% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 111 - color contains mainly: green. Hex color #126F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126F0F is #ED90F0. Grayscale: #484848. Windows color (decimal): -15569137 or 1011474. OLE color: 1011474.

HSL color Cylindrical-coordinate representation of color #126F0F: hue angle of 118.12º degrees, saturation: 0.76, 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 #126F0F is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1811115-
CMYK0.8400.860.56
HSL118.12º76.19%24.71%-
HSV(B)118.12º86.49%43.53%-
XYZ6.0211.532.36-
YUV72.2595.6989.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 111 (43.75% from 255) = 77.08%
BLUE value IS 15 (6.25% from 255) = 10.42%
R=12.5%
G=77.08%
B=10.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18111150.8400.860.56118.1276.1924.71
Hex126FF5405638764c19
Octal221571712401267016611431
Binary10010110111111111010100010101101110001110110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #126F0F;
 }
 .AnyTagClassName
 {
   color: #126F0F;
 }
</style>
background-color css

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

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

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

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

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

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