#198666

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

Shades of Elf Green #198666

Tints of Elf Green #198666

Color information

#198666 (or 0x198666) is unknown color: approx Elf Green. HEX triplet: 19, 86 and 66. RGB value is (25,134,102). Sum of RGB (Red+Green+Blue) = 25+134+102=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #198666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198666 is #E67999. Grayscale: #616161. Windows color (decimal): -15104410 or 6719001. OLE color: 6719001.

HSL color Cylindrical-coordinate representation of color #198666: hue angle of 162.39º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198666 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB25134102-
CMYK0.8100.240.47
HSL162.39º68.55%31.18%-
HSV(B)162.39º81.34%52.55%-
XYZ11.3218.2215.49-
YUV97.76130.3976.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.58%
GREEN value IS 134 (52.73% from 255) = 51.34%
BLUE value IS 102 (40.23% from 255) = 39.08%
R=9.58%
G=51.34%
B=39.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal251341020.8100.240.47162.3968.5531.18
Hex198666510182Fa2451f
Octal312061461210305724210537
Binary11001100001101100110101000101100010111110100010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198666; }

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

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

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

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

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

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

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

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