Html Css Color HEX #16957C Elf Green

📋 copy color: '#16957C'

red 22 ◦ green 149 ◦ blue 124

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

Shades of Elf Green #16957C

Tints of Elf Green #16957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.51%

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

R = 7.46%
G = 50.51%
B = 42.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#16957C (or 0x16957C) is known color: Elf Green. HEX triplet: 16, 95 and 7C. RGB value is (22,149,124). Sum of RGB (Red+Green+Blue) = 22+149+124=295 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.46% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #16957C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16957C is #E96A83. Grayscale: #6C6C6C. Windows color (decimal): -15297156 or 8164630. OLE color: 8164630.

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

Color convert

RGB 22 149 124 -
CMYK 0.85 0 0.17 0.42
HSL 168.19º 0.74% 0.34% -
HSV(B) 168.19º 0.85% 0.58% -
XYZ 14.72 23.12 22.76 -
YUV 108.18 136.92 66.53 -
System Red Green Blue C M Y K H S L
Decimal 22 149 124 0.85 0 0.17 0.42 168.19 0.74 0.34
Hex 16 95 7C 55 0 11 2A A8 4A 22
Octal 26 225 174 125 0 21 52 250 112 42
Binary 10110 10010101 1111100 1010101 0 10001 101010 10101000 1001010 100010

Color Harmonies of #16957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16957C

Black with #16957C

Text Example


Text Example

White with #16957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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