Html Css Color HEX #166601 Green

📋 copy color: '#166601'

red 22 ◦ green 102 ◦ blue 1

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

Shades of Green #166601

Tints of Green #166601

RGB

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

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

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

R = 17.6%
G = 81.6%
B = 0.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#166601 (or 0x166601) is known color: Green. HEX triplet: 16, 66 and 01. RGB value is (22,102,1). Sum of RGB (Red+Green+Blue) = 22+102+1=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 102 (40.23% from 255 or 81.6% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 102 - color contains mainly: green. Hex color #166601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166601 is #E999FE. Grayscale: #424242. Windows color (decimal): -15309311 or 91670. OLE color: 91670.

HSL color Cylindrical-coordinate representation of color #166601: hue angle of 107.52º 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 #166601 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB 22 102 1 -
CMYK 0.78 0 0.99 0.6
HSL 107.52º 0.98% 0.2% -
HSV(B) 107.52º 0.99% 0.4% -
XYZ 5.09 9.68 1.63 -
YUV 66.57 91 96.21 -
System Red Green Blue C M Y K H S L
Decimal 22 102 1 0.78 0 0.99 0.6 107.52 0.98 0.2
Hex 16 66 1 4E 0 63 3C 6C 62 14
Octal 26 146 1 116 0 143 74 154 142 24
Binary 10110 1100110 1 1001110 0 1100011 111100 1101100 1100010 10100

Color Harmonies of #166601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166601

Black with #166601

Text Example


Text Example

White with #166601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166601; }

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

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

background-color css

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

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

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

border-color css

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

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

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