#199B74

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

Shades of Elf Green #199B74

Tints of Elf Green #199B74

Color information

#199B74 (or 0x199B74) is unknown color: approx Elf Green. HEX triplet: 19, 9B and 74. RGB value is (25,155,116). Sum of RGB (Red+Green+Blue) = 25+155+116=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #199B74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199B74 is #E6648B. Grayscale: #6F6F6F. Windows color (decimal): -15099020 or 7641881. OLE color: 7641881.

HSL color Cylindrical-coordinate representation of color #199B74: hue angle of 162º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199B74 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB25155116-
CMYK0.8400.250.39
HSL162º72.22%35.29%-
HSV(B)162º83.87%60.78%-
XYZ15.2724.9120.53-
YUV111.68130.4366.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.45%
GREEN value IS 155 (60.94% from 255) = 52.36%
BLUE value IS 116 (45.70% from 255) = 39.19%
R=8.45%
G=52.36%
B=39.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal251551160.8400.250.3916272.2235.29
Hex199B745401927a24823
Octal312331641240314724211043
Binary110011001101111101001010100011001100111101000101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199B74; }

 p { color: rgb(25,155,116); }

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

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

 a { background-color: rgb(25,155,116); }

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

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

 span { border-color: rgb(25,155,116); }

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