Html Css Color HEX #166C42 Dark Spring Green

📋 copy color: '#166C42'

red 22 ◦ green 108 ◦ blue 66

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

Shades of Dark Spring Green #166C42

Tints of Dark Spring Green #166C42

RGB

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

 GREEN value IS 108 (42.58% from 255) = 55.1%

 BLUE value IS 66 (26.17% from 255) = 33.67%

R = 11.22%
G = 55.1%
B = 33.67%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#166C42 (or 0x166C42) is known color: Dark Spring Green. HEX triplet: 16, 6C and 42. RGB value is (22,108,66). Sum of RGB (Red+Green+Blue) = 22+108+66=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #166C42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166C42 is #E993BD. Grayscale: #4D4D4D. Windows color (decimal): -15307710 or 4353046. OLE color: 4353046.

HSL color Cylindrical-coordinate representation of color #166C42: hue angle of 150.7º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166C42 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB 22 108 66 -
CMYK 0.80 0 0.39 0.58
HSL 150.7º 0.66% 0.25% -
HSV(B) 150.7º 0.8% 0.42% -
XYZ 6.68 11.29 6.98 -
YUV 77.5 121.51 88.42 -
System Red Green Blue C M Y K H S L
Decimal 22 108 66 0.80 0 0.39 0.58 150.7 0.66 0.25
Hex 16 6C 42 50 0 27 3A 97 42 19
Octal 26 154 102 120 0 47 72 227 102 31
Binary 10110 1101100 1000010 1010000 0 100111 111010 10010111 1000010 11001

Color Harmonies of #166C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166C42

Black with #166C42

Text Example


Text Example

White with #166C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,108,66); }

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

background-color css

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

 a { background-color: rgb(22,108,66); }

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

border-color css

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

 span { border-color: rgb(22,108,66); }

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