#198E6C

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

Shades of Elf Green #198E6C

Tints of Elf Green #198E6C

Color information

#198E6C (or 0x198E6C) is unknown color: approx Elf Green. HEX triplet: 19, 8E and 6C. RGB value is (25,142,108). Sum of RGB (Red+Green+Blue) = 25+142+108=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #198E6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198E6C is #E67193. Grayscale: #676767. Windows color (decimal): -15102356 or 7114265. OLE color: 7114265.

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

Color convert

RGB25142108-
CMYK0.8200.240.44
HSL162.56º70.06%32.75%-
HSV(B)162.56º82.39%55.69%-
XYZ12.7820.6417.5-
YUV103.14130.7472.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.09%
GREEN value IS 142 (55.86% from 255) = 51.64%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=9.09%
G=51.64%
B=39.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251421080.8200.240.44162.5670.0632.75
Hex198E6C520182Ca34621
Octal312161541220305424310641
Binary110011000111011011001010010011000101100101000111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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