Html Css Color HEX #16996A Elf Green

📋 copy color: '#16996A'

red 22 ◦ green 153 ◦ blue 106

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

Shades of Elf Green #16996A

Tints of Elf Green #16996A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.45%

 BLUE value IS 106 (41.8% from 255) = 37.72%

R = 7.83%
G = 54.45%
B = 37.72%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#16996A (or 0x16996A) is known color: Elf Green. HEX triplet: 16, 99 and 6A. RGB value is (22,153,106). Sum of RGB (Red+Green+Blue) = 22+153+106=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #16996A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16996A is #E96695. Grayscale: #6C6C6C. Windows color (decimal): -15296150 or 6986006. OLE color: 6986006.

HSL color Cylindrical-coordinate representation of color #16996A: hue angle of 158.47º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16996A is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 22 153 106 -
CMYK 0.86 0 0.31 0.4
HSL 158.47º 0.75% 0.34% -
HSV(B) 158.47º 0.86% 0.6% -
XYZ 14.32 23.99 17.51 -
YUV 108.47 126.6 66.32 -
System Red Green Blue C M Y K H S L
Decimal 22 153 106 0.86 0 0.31 0.4 158.47 0.75 0.34
Hex 16 99 6A 56 0 1F 28 9E 4B 22
Octal 26 231 152 126 0 37 50 236 113 42
Binary 10110 10011001 1101010 1010110 0 11111 101000 10011110 1001011 100010

Color Harmonies of #16996A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16996A

Black with #16996A

Text Example


Text Example

White with #16996A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16996A; }

 p { color: rgb(22,153,106); }

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

background-color css

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

 a { background-color: rgb(22,153,106); }

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

border-color css

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

 span { border-color: rgb(22,153,106); }

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