#198E7A

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

Shades of Elf Green #198E7A

Tints of Elf Green #198E7A

Color information

#198E7A (or 0x198E7A) is unknown color: approx Elf Green. HEX triplet: 19, 8E and 7A. RGB value is (25,142,122). Sum of RGB (Red+Green+Blue) = 25+142+122=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 142 (55.86% from 255 or 49.13% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 142 - color contains mainly: green. Hex color #198E7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198E7A is #E67185. Grayscale: #686868. Windows color (decimal): -15102342 or 8031769. OLE color: 8031769.

HSL color Cylindrical-coordinate representation of color #198E7A: hue angle of 169.74º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198E7A is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB25142122-
CMYK0.8200.140.44
HSL169.74º70.06%32.75%-
HSV(B)169.74º82.39%55.69%-
XYZ13.5920.9621.74-
YUV104.74137.7471.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.65%
GREEN value IS 142 (55.86% from 255) = 49.13%
BLUE value IS 122 (48.05% from 255) = 42.21%
R=8.65%
G=49.13%
B=42.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251421220.8200.140.44169.7470.0632.75
Hex198E7A520E2Caa4621
Octal312161721220165425210641
Binary11001100011101111010101001001110101100101010101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198E7A; }

 p { color: rgb(25,142,122); }

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

<style>
 a { background-color: #198E7A; }

 a { background-color: rgb(25,142,122); }

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

<style>
 span { border-color: #198E7A; }

 span { border-color: rgb(25,142,122); }

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