Html Css Color HEX #166D21 San Felix

📋 copy color: '#166D21'

red 22 ◦ green 109 ◦ blue 33

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

Shades of San Felix #166D21

Tints of San Felix #166D21

RGB

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

 GREEN value IS 109 (42.97% from 255) = 66.46%

 BLUE value IS 33 (13.28% from 255) = 20.12%

R = 13.41%
G = 66.46%
B = 20.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.70

 K value IS 0.57

RGB Variations

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

Color information

#166D21 (or 0x166D21) is known color: San Felix. HEX triplet: 16, 6D and 21. RGB value is (22,109,33). Sum of RGB (Red+Green+Blue) = 22+109+33=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 109 (42.97% from 255 or 66.46% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 109 - color contains mainly: green. Hex color #166D21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166D21 is #E992DE. Grayscale: #4A4A4A. Windows color (decimal): -15307487 or 2190614. OLE color: 2190614.

HSL color Cylindrical-coordinate representation of color #166D21: hue angle of 127.59º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166D21 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.57.

Color convert

RGB 22 109 33 -
CMYK 0.80 0 0.70 0.57
HSL 127.59º 0.66% 0.26% -
HSV(B) 127.59º 0.8% 0.43% -
XYZ 6.07 11.22 3.28 -
YUV 74.32 104.68 90.68 -
System Red Green Blue C M Y K H S L
Decimal 22 109 33 0.80 0 0.70 0.57 127.59 0.66 0.26
Hex 16 6D 21 50 0 46 39 80 42 1A
Octal 26 155 41 120 0 106 71 200 102 32
Binary 10110 1101101 100001 1010000 0 1000110 111001 10000000 1000010 11010

Color Harmonies of #166D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166D21

Black with #166D21

Text Example


Text Example

White with #166D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166D21; }

 p { color: rgb(22,109,33); }

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

background-color css

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

 a { background-color: rgb(22,109,33); }

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

border-color css

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

 span { border-color: rgb(22,109,33); }

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