#106002

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

Shades of Green #106002

Tints of Green #106002

Color information

#106002 (or 0x106002) is unknown color: approx Green. HEX triplet: 10, 60 and 02. RGB value is (16,96,2). Sum of RGB (Red+Green+Blue) = 16+96+2=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 96 (37.89% from 255 or 84.21% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 96 - color contains mainly: green. Hex color #106002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106002 is #EF9FFD. Grayscale: #3D3D3D. Windows color (decimal): -15704062 or 155664. OLE color: 155664.

HSL color Cylindrical-coordinate representation of color #106002: hue angle of 111.06º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #106002 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB16962-
CMYK0.8300.980.62
HSL111.06º95.92%19.22%-
HSV(B)111.06º97.92%37.65%-
XYZ4.418.481.46-
YUV61.3694.595.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.04%
GREEN value IS 96 (37.89% from 255) = 84.21%
BLUE value IS 2 (1.17% from 255) = 1.75%
R=14.04%
G=84.21%
B=1.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal169620.8300.980.62111.0695.9219.22
Hex10602530623E6f6013
Octal20140212301427615714023
Binary100001100000101010011011000101111101101111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106002; }

 p { color: rgb(16,96,2); }

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

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

 a { background-color: rgb(16,96,2); }

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

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

 span { border-color: rgb(16,96,2); }

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