#199F6E

Color #199F6E Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #199F6E

Tints of Elf Green #199F6E

Color information

#199F6E (or 0x199F6E) is unknown color: approx Elf Green. HEX triplet: 19, 9F and 6E. RGB value is (25,159,110). Sum of RGB (Red+Green+Blue) = 25+159+110=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 159 (62.5% from 255 or 54.08% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 159 - color contains mainly: green. Hex color #199F6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199F6E is #E66091. Grayscale: #717171. Windows color (decimal): -15098002 or 7249689. OLE color: 7249689.

HSL color Cylindrical-coordinate representation of color #199F6E: hue angle of 158.06º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199F6E is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB25159110-
CMYK0.8400.310.38
HSL158.06º72.83%36.08%-
HSV(B)158.06º84.28%62.35%-
XYZ15.6126.1318.97-
YUV113.35126.1164.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.50%
GREEN value IS 159 (62.5% from 255) = 54.08%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=8.50%
G=54.08%
B=37.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251591100.8400.310.38158.0672.8336.08
Hex199F6E5401F269e4924
Octal312371561240374623611144
Binary110011001111111011101010100011111100110100111101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199F6E; }

 p { color: rgb(25,159,110); }

 H1.HeaderClassName
 {
   color: #199F6E;
 }
 .AnyTagClassName
 {
   color: #199F6E;
 }
</style>
background-color css

<style>
 a { background-color: #199F6E; }

 a { background-color: rgb(25,159,110); }

 div.DivClassName
 {
   background-color: #199F6E;
 }
 .BgClassName
 {
   background-color: #199F6E;
 }
</style>
border-color css

<style>
 span { border-color: #199F6E; }

 span { border-color: rgb(25,159,110); }

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