Html Css Color HEX #16967D Elf Green

📋 copy color: '#16967D'

red 22 ◦ green 150 ◦ blue 125

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

Shades of Elf Green #16967D

Tints of Elf Green #16967D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.09%

R = 7.41%
G = 50.51%
B = 42.09%

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

#16967D (or 0x16967D) is known color: Elf Green. HEX triplet: 16, 96 and 7D. RGB value is (22,150,125). Sum of RGB (Red+Green+Blue) = 22+150+125=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #16967D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16967D is #E96982. Grayscale: #6C6C6C. Windows color (decimal): -15296899 or 8230422. OLE color: 8230422.

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

Color convert

RGB 22 150 125 -
CMYK 0.85 0 0.17 0.41
HSL 168.28º 0.74% 0.34% -
HSV(B) 168.28º 0.85% 0.59% -
XYZ 14.94 23.46 23.14 -
YUV 108.88 137.09 66.03 -
System Red Green Blue C M Y K H S L
Decimal 22 150 125 0.85 0 0.17 0.41 168.28 0.74 0.34
Hex 16 96 7D 55 0 11 29 A8 4A 22
Octal 26 226 175 125 0 21 51 250 112 42
Binary 10110 10010110 1111101 1010101 0 10001 101001 10101000 1001010 100010

Color Harmonies of #16967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16967D

Black with #16967D

Text Example


Text Example

White with #16967D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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