Html Css Color HEX #016602 Green

📋 copy color: '#016602'

red 1 ◦ green 102 ◦ blue 2

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

Shades of Green #016602

Tints of Green #016602

RGB

 RED value IS 1 (0.78% from 255) = 0.95%

 GREEN value IS 102 (40.23% from 255) = 97.14%

 BLUE value IS 2 (1.17% from 255) = 1.9%

R = 0.95%
G = 97.14%
B = 1.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#016602 (or 0x016602) is known color: Green. HEX triplet: 01, 66 and 02. RGB value is (1,102,2). Sum of RGB (Red+Green+Blue) = 1+102+2=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 102 (40.23% from 255 or 97.14% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 102 - color contains mainly: green. Hex color #016602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016602 is #FE99FD. Grayscale: #3C3C3C. Windows color (decimal): -16685566 or 157185. OLE color: 157185.

HSL color Cylindrical-coordinate representation of color #016602: hue angle of 120.59º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016602 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 102 2 -
CMYK 0.99 0 0.98 0.6
HSL 120.59º 0.98% 0.2% -
HSV(B) 120.59º 0.99% 0.4% -
XYZ 4.77 9.51 1.64 -
YUV 60.4 95.04 85.63 -
System Red Green Blue C M Y K H S L
Decimal 1 102 2 0.99 0 0.98 0.6 120.59 0.98 0.2
Hex 1 66 2 63 0 62 3C 79 62 14
Octal 1 146 2 143 0 142 74 171 142 24
Binary 1 1100110 10 1100011 0 1100010 111100 1111001 1100010 10100

Color Harmonies of #016602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016602

Black with #016602

Text Example


Text Example

White with #016602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016602; }

 p { color: rgb(1,102,2); }

 H1.HeaderClassName
 {
   color: #016602;
 }
 .AnyTagClassName
 {
   color: #016602;
 }
</style>

background-color css

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

 a { background-color: rgb(1,102,2); }

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

border-color css

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

 span { border-color: rgb(1,102,2); }

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