#106212

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

Shades of Green #106212

Tints of Green #106212

Color information

#106212 (or 0x106212) is unknown color: approx Green. HEX triplet: 10, 62 and 12. RGB value is (16,98,18). Sum of RGB (Red+Green+Blue) = 16+98+18=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 98 (38.67% from 255 or 74.24% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 98 - color contains mainly: green. Hex color #106212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106212 is #EF9DED. Grayscale: #404040. Windows color (decimal): -15703534 or 1204752. OLE color: 1204752.

HSL color Cylindrical-coordinate representation of color #106212: hue angle of 121.46º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106212 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB169818-
CMYK0.8400.820.62
HSL121.46º71.93%22.35%-
HSV(B)121.46º83.67%38.43%-
XYZ4.698.892.04-
YUV64.36101.8393.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.12%
GREEN value IS 98 (38.67% from 255) = 74.24%
BLUE value IS 18 (7.42% from 255) = 13.64%
R=12.12%
G=74.24%
B=13.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698180.8400.820.62121.4671.9322.35
Hex106212540523E794816
Octal201422212401227617111026
Binary100001100010100101010100010100101111101111001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106212; }

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

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

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

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

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

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

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

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