#198C75

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

Shades of Elf Green #198C75

Tints of Elf Green #198C75

Color information

#198C75 (or 0x198C75) is unknown color: approx Elf Green. HEX triplet: 19, 8C and 75. RGB value is (25,140,117). Sum of RGB (Red+Green+Blue) = 25+140+117=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 140 (55.08% from 255 or 49.65% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 140 - color contains mainly: green. Hex color #198C75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198C75 is #E6738A. Grayscale: #666666. Windows color (decimal): -15102859 or 7703577. OLE color: 7703577.

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

Color convert

RGB25140117-
CMYK0.8200.160.45
HSL168º69.7%32.35%-
HSV(B)168º82.14%54.9%-
XYZ12.9920.2520.05-
YUV102.99135.972.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.87%
GREEN value IS 140 (55.08% from 255) = 49.65%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=8.87%
G=49.65%
B=41.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251401170.8200.160.4516869.732.35
Hex198C75520102Da84620
Octal312141651220205525010640
Binary110011000110011101011010010010000101101101010001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,140,117); }

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

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

 a { background-color: rgb(25,140,117); }

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

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

 span { border-color: rgb(25,140,117); }

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