Html Css Color HEX #106002 Green

📋 copy color: '#106002'

red 16 ◦ green 96 ◦ blue 2

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

Shades of Green #106002

Tints of Green #106002

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 value IS 0.83

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#106002 (or 0x106002) is known color: 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

RGB 16 96 2 -
CMYK 0.83 0 0.98 0.62
HSL 111.06º 0.96% 0.19% -
HSV(B) 111.06º 0.98% 0.38% -
XYZ 4.41 8.48 1.46 -
YUV 61.36 94.5 95.64 -
System Red Green Blue C M Y K H S L
Decimal 16 96 2 0.83 0 0.98 0.62 111.06 0.96 0.19
Hex 10 60 2 53 0 62 3E 6F 60 13
Octal 20 140 2 123 0 142 76 157 140 23
Binary 10000 1100000 10 1010011 0 1100010 111110 1101111 1100000 10011

Color Harmonies of #106002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106002

Black with #106002

Text Example


Text Example

White with #106002

Text Example


Text Example

HTML Codes & Css Web 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>