Html Css Color HEX #166F40 Dark Spring Green

📋 copy color: '#166F40'

red 22 ◦ green 111 ◦ blue 64

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

Shades of Dark Spring Green #166F40

Tints of Dark Spring Green #166F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 56.35%

 BLUE value IS 64 (25.39% from 255) = 32.49%

R = 11.17%
G = 56.35%
B = 32.49%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#166F40 (or 0x166F40) is known color: Dark Spring Green. HEX triplet: 16, 6F and 40. RGB value is (22,111,64). Sum of RGB (Red+Green+Blue) = 22+111+64=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #166F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166F40 is #E990BF. Grayscale: #4F4F4F. Windows color (decimal): -15306944 or 4222742. OLE color: 4222742.

HSL color Cylindrical-coordinate representation of color #166F40: hue angle of 148.31º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166F40 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 22 111 64 -
CMYK 0.80 0 0.42 0.56
HSL 148.31º 0.67% 0.26% -
HSV(B) 148.31º 0.8% 0.44% -
XYZ 6.94 11.91 6.78 -
YUV 79.03 119.51 87.32 -
System Red Green Blue C M Y K H S L
Decimal 22 111 64 0.80 0 0.42 0.56 148.31 0.67 0.26
Hex 16 6F 40 50 0 2A 38 94 43 1A
Octal 26 157 100 120 0 52 70 224 103 32
Binary 10110 1101111 1000000 1010000 0 101010 111000 10010100 1000011 11010

Color Harmonies of #166F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166F40

Black with #166F40

Text Example


Text Example

White with #166F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,111,64); }

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

background-color css

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

 a { background-color: rgb(22,111,64); }

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

border-color css

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

 span { border-color: rgb(22,111,64); }

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