#199972

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

Shades of Elf Green #199972

Tints of Elf Green #199972

Color information

#199972 (or 0x199972) is unknown color: approx Elf Green. HEX triplet: 19, 99 and 72. RGB value is (25,153,114). Sum of RGB (Red+Green+Blue) = 25+153+114=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #199972 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199972 is #E6668D. Grayscale: #6E6E6E. Windows color (decimal): -15099534 or 7510297. OLE color: 7510297.

HSL color Cylindrical-coordinate representation of color #199972: hue angle of 161.72º 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 #199972 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB25153114-
CMYK0.8400.250.4
HSL161.72º71.91%34.9%-
HSV(B)161.72º83.66%60%-
XYZ14.8324.219.81-
YUV110.28130.0967.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.56%
GREEN value IS 153 (60.16% from 255) = 52.40%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=8.56%
G=52.40%
B=39.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal251531140.8400.250.4161.7271.9134.9
Hex1999725401928a24823
Octal312311621240315024211043
Binary110011001100111100101010100011001101000101000101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199972; }

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

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

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

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

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

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

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

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