Html Css Color HEX #16967C Elf Green

📋 copy color: '#16967C'

red 22 ◦ green 150 ◦ blue 124

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

Shades of Elf Green #16967C

Tints of Elf Green #16967C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.89%

R = 7.43%
G = 50.68%
B = 41.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#16967C (or 0x16967C) is known color: Elf Green. HEX triplet: 16, 96 and 7C. RGB value is (22,150,124). Sum of RGB (Red+Green+Blue) = 22+150+124=296 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.43% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #16967C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16967C is #E96983. Grayscale: #6C6C6C. Windows color (decimal): -15296900 or 8164886. OLE color: 8164886.

HSL color Cylindrical-coordinate representation of color #16967C: hue angle of 167.81º 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 #16967C is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 22 150 124 -
CMYK 0.85 0 0.17 0.41
HSL 167.81º 0.74% 0.34% -
HSV(B) 167.81º 0.85% 0.59% -
XYZ 14.88 23.44 22.81 -
YUV 108.76 136.59 66.11 -
System Red Green Blue C M Y K H S L
Decimal 22 150 124 0.85 0 0.17 0.41 167.81 0.74 0.34
Hex 16 96 7C 55 0 11 29 A8 4A 22
Octal 26 226 174 125 0 21 51 250 112 42
Binary 10110 10010110 1111100 1010101 0 10001 101001 10101000 1001010 100010

Color Harmonies of #16967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16967C

Black with #16967C

Text Example


Text Example

White with #16967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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