Html Css Color HEX #16966C Elf Green

📋 copy color: '#16966C'

red 22 ◦ green 150 ◦ blue 108

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

Shades of Elf Green #16966C

Tints of Elf Green #16966C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.57%

 BLUE value IS 108 (42.58% from 255) = 38.57%

R = 7.86%
G = 53.57%
B = 38.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#16966C (or 0x16966C) is known color: Elf Green. HEX triplet: 16, 96 and 6C. RGB value is (22,150,108). Sum of RGB (Red+Green+Blue) = 22+150+108=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #16966C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16966C is #E96993. Grayscale: #6A6A6A. Windows color (decimal): -15296916 or 7116310. OLE color: 7116310.

HSL color Cylindrical-coordinate representation of color #16966C: hue angle of 160.31º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16966C is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 22 150 108 -
CMYK 0.85 0 0.28 0.41
HSL 160.31º 0.74% 0.34% -
HSV(B) 160.31º 0.85% 0.59% -
XYZ 13.94 23.07 17.9 -
YUV 106.94 128.59 67.42 -
System Red Green Blue C M Y K H S L
Decimal 22 150 108 0.85 0 0.28 0.41 160.31 0.74 0.34
Hex 16 96 6C 55 0 1C 29 A0 4A 22
Octal 26 226 154 125 0 34 51 240 112 42
Binary 10110 10010110 1101100 1010101 0 11100 101001 10100000 1001010 100010

Color Harmonies of #16966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16966C

Black with #16966C

Text Example


Text Example

White with #16966C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16966C; }

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

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

background-color css

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

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

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

border-color css

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

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

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