Html Css Color HEX #166201 Green

📋 copy color: '#166201'

red 22 ◦ green 98 ◦ blue 1

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

Shades of Green #166201

Tints of Green #166201

RGB

 RED value IS 22 (8.98% from 255) = 18.18%

 GREEN value IS 98 (38.67% from 255) = 80.99%

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 18.18%
G = 80.99%
B = 0.83%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#166201 (or 0x166201) is known color: Green. HEX triplet: 16, 62 and 01. RGB value is (22,98,1). Sum of RGB (Red+Green+Blue) = 22+98+1=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 98 (38.67% from 255 or 80.99% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 98 - color contains mainly: green. Hex color #166201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166201 is #E99DFE. Grayscale: #404040. Windows color (decimal): -15310335 or 90646. OLE color: 90646.

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

Color convert

RGB 22 98 1 -
CMYK 0.78 0 0.99 0.62
HSL 107.01º 0.98% 0.19% -
HSV(B) 107.01º 0.99% 0.38% -
XYZ 4.7 8.91 1.5 -
YUV 64.22 92.32 97.89 -
System Red Green Blue C M Y K H S L
Decimal 22 98 1 0.78 0 0.99 0.62 107.01 0.98 0.19
Hex 16 62 1 4E 0 63 3E 6B 62 13
Octal 26 142 1 116 0 143 76 153 142 23
Binary 10110 1100010 1 1001110 0 1100011 111110 1101011 1100010 10011

Color Harmonies of #166201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166201

Black with #166201

Text Example


Text Example

White with #166201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166201; }

 p { color: rgb(22,98,1); }

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

background-color css

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

 a { background-color: rgb(22,98,1); }

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

border-color css

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

 span { border-color: rgb(22,98,1); }

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