#198D66

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

Shades of Elf Green #198D66

Tints of Elf Green #198D66

Color information

#198D66 (or 0x198D66) is unknown color: approx Elf Green. HEX triplet: 19, 8D and 66. RGB value is (25,141,102). Sum of RGB (Red+Green+Blue) = 25+141+102=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 141 (55.47% from 255 or 52.61% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 141 - color contains mainly: green. Hex color #198D66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198D66 is #E67299. Grayscale: #656565. Windows color (decimal): -15102618 or 6720793. OLE color: 6720793.

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

Color convert

RGB25141102-
CMYK0.8200.280.45
HSL159.83º69.88%32.55%-
HSV(B)159.83º82.27%55.29%-
XYZ12.3220.2215.82-
YUV101.87128.0773.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.33%
GREEN value IS 141 (55.47% from 255) = 52.61%
BLUE value IS 102 (40.23% from 255) = 38.06%
R=9.33%
G=52.61%
B=38.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251411020.8200.280.45159.8369.8832.55
Hex198D665201C2Da04621
Octal312151461220345524010641
Binary110011000110111001101010010011100101101101000001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,141,102); }

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

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

 a { background-color: rgb(25,141,102); }

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

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

 span { border-color: rgb(25,141,102); }

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