#198A66

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

Shades of Elf Green #198A66

Tints of Elf Green #198A66

Color information

#198A66 (or 0x198A66) is unknown color: approx Elf Green. HEX triplet: 19, 8A and 66. RGB value is (25,138,102). Sum of RGB (Red+Green+Blue) = 25+138+102=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 138 (54.30% from 255 or 52.08% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 138 - color contains mainly: green. Hex color #198A66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198A66 is #E67599. Grayscale: #646464. Windows color (decimal): -15103386 or 6720025. OLE color: 6720025.

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

Color convert

RGB25138102-
CMYK0.8200.260.46
HSL160.88º69.33%31.96%-
HSV(B)160.88º81.88%54.12%-
XYZ11.8919.3415.68-
YUV100.11129.0674.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.43%
GREEN value IS 138 (54.30% from 255) = 52.08%
BLUE value IS 102 (40.23% from 255) = 38.49%
R=9.43%
G=52.08%
B=38.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal251381020.8200.260.46160.8869.3331.96
Hex198A665201A2Ea14520
Octal312121461220325624110540
Binary110011000101011001101010010011010101110101000011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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