#199966

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

Shades of Elf Green #199966

Tints of Elf Green #199966

Color information

#199966 (or 0x199966) is unknown color: approx Elf Green. HEX triplet: 19, 99 and 66. RGB value is (25,153,102). Sum of RGB (Red+Green+Blue) = 25+153+102=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #199966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199966 is #E66699. Grayscale: #6C6C6C. Windows color (decimal): -15099546 or 6723865. OLE color: 6723865.

HSL color Cylindrical-coordinate representation of color #199966: hue angle of 156.09º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199966 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB25153102-
CMYK0.8400.330.4
HSL156.09º71.91%34.9%-
HSV(B)156.09º83.66%60%-
XYZ14.1923.9516.44-
YUV108.91124.0968.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.93%
GREEN value IS 153 (60.16% from 255) = 54.64%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=8.93%
G=54.64%
B=36.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal251531020.8400.330.4156.0971.9134.9
Hex19996654021289c4823
Octal312311461240415023411043
Binary1100110011001110011010101000100001101000100111001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199966; }

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

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

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

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

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

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

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

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