Html Css Color HEX #16996F Elf Green

📋 copy color: '#16996F'

red 22 ◦ green 153 ◦ blue 111

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

Shades of Elf Green #16996F

Tints of Elf Green #16996F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.81%

R = 7.69%
G = 53.5%
B = 38.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#16996F (or 0x16996F) is known color: Elf Green. HEX triplet: 16, 99 and 6F. RGB value is (22,153,111). Sum of RGB (Red+Green+Blue) = 22+153+111=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #16996F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16996F is #E96690. Grayscale: #6D6D6D. Windows color (decimal): -15296145 or 7313686. OLE color: 7313686.

HSL color Cylindrical-coordinate representation of color #16996F: hue angle of 160.76º 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 #16996F is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 22 153 111 -
CMYK 0.86 0 0.27 0.4
HSL 160.76º 0.75% 0.34% -
HSV(B) 160.76º 0.86% 0.6% -
XYZ 14.59 24.1 18.92 -
YUV 109.04 129.1 65.92 -
System Red Green Blue C M Y K H S L
Decimal 22 153 111 0.86 0 0.27 0.4 160.76 0.75 0.34
Hex 16 99 6F 56 0 1B 28 A1 4B 22
Octal 26 231 157 126 0 33 50 241 113 42
Binary 10110 10011001 1101111 1010110 0 11011 101000 10100001 1001011 100010

Color Harmonies of #16996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16996F

Black with #16996F

Text Example


Text Example

White with #16996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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