#198e6a

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

Shades of Elf Green #198E6A

Tints of Elf Green #198E6A

Color information

#198E6A (or 0x198E6A) is unknown color: approx Elf Green. HEX triplet: 19, 8E and 6A. RGB value is (25,142,106). Sum of RGB (Red+Green+Blue) = 25+142+106=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 142 (55.86% from 255 or 52.01% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 142 - color contains mainly: green. Hex color #198E6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198E6A is #E67195. Grayscale: #666666. Windows color (decimal): -15102358 or 6983193. OLE color: 6983193.

HSL color Cylindrical-coordinate representation of color #198E6A: hue angle of 161.54º 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 #198E6A is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB25142106-
CMYK0.8200.250.44
HSL161.54º70.06%32.75%-
HSV(B)161.54º82.39%55.69%-
XYZ12.6820.5916.94-
YUV102.91129.7472.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.16%
GREEN value IS 142 (55.86% from 255) = 52.01%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=9.16%
G=52.01%
B=38.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251421060.8200.250.44161.5470.0632.75
Hex198E6A520192Ca24621
Octal312161521220315424210641
Binary110011000111011010101010010011001101100101000101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198e6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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