#198A5D

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

Shades of Elf Green #198A5D

Tints of Elf Green #198A5D

Color information

#198A5D (or 0x198A5D) is unknown color: approx Elf Green. HEX triplet: 19, 8A and 5D. RGB value is (25,138,93). Sum of RGB (Red+Green+Blue) = 25+138+93=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #198A5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198A5D is #E675A2. Grayscale: #636363. Windows color (decimal): -15103395 or 6130201. OLE color: 6130201.

HSL color Cylindrical-coordinate representation of color #198A5D: hue angle of 156.11º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198A5D is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB2513893-
CMYK0.8200.330.46
HSL156.11º69.33%31.96%-
HSV(B)156.11º81.88%54.12%-
XYZ11.4719.1713.45-
YUV99.08124.5675.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.77%
GREEN value IS 138 (54.30% from 255) = 53.91%
BLUE value IS 93 (36.72% from 255) = 36.33%
R=9.77%
G=53.91%
B=36.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25138930.8200.330.46156.1169.3331.96
Hex198A5D520212E9c4520
Octal312121351220415623410540
Binary1100110001010101110110100100100001101110100111001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,138,93); }

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

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

 a { background-color: rgb(25,138,93); }

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

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

 span { border-color: rgb(25,138,93); }

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