#106E12

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

Shades of Green #106E12

Tints of Green #106E12

Color information

#106E12 (or 0x106E12) is unknown color: approx Green. HEX triplet: 10, 6E and 12. RGB value is (16,110,18). Sum of RGB (Red+Green+Blue) = 16+110+18=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 110 (43.36% from 255 or 76.39% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 110 - color contains mainly: green. Hex color #106E12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106E12 is #EF91ED. Grayscale: #474747. Windows color (decimal): -15700462 or 1207824. OLE color: 1207824.

HSL color Cylindrical-coordinate representation of color #106E12: hue angle of 121.28º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106E12 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.

Color convert

RGB1611018-
CMYK0.8500.840.57
HSL121.28º74.6%24.71%-
HSV(B)121.28º85.45%43.14%-
XYZ5.911.312.44-
YUV71.4197.8688.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 110 (43.36% from 255) = 76.39%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=11.11%
G=76.39%
B=12.5%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16110180.8500.840.57121.2874.624.71
Hex106E125505439794b19
Octal201562212501247117111331
Binary100001101110100101010101010101001110011111001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106E12; }

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

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

<style>
 a { background-color: #106E12; }

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

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

<style>
 span { border-color: #106E12; }

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

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