#199E7F

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

Shades of Jungle Green #199E7F

Tints of Jungle Green #199E7F

Color information

#199E7F (or 0x199E7F) is unknown color: approx Jungle Green. HEX triplet: 19, 9E and 7F. RGB value is (25,158,127). Sum of RGB (Red+Green+Blue) = 25+158+127=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 158 (62.11% from 255 or 50.97% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 158 - color contains mainly: green. Hex color #199E7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199E7F is #E66180. Grayscale: #727272. Windows color (decimal): -15098241 or 8363545. OLE color: 8363545.

HSL color Cylindrical-coordinate representation of color #199E7F: hue angle of 166.02º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199E7F is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB25158127-
CMYK0.8400.200.38
HSL166.02º72.68%35.88%-
HSV(B)166.02º84.18%61.96%-
XYZ16.4626.1924.27-
YUV114.7134.9464.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.06%
GREEN value IS 158 (62.11% from 255) = 50.97%
BLUE value IS 127 (50% from 255) = 40.97%
R=8.06%
G=50.97%
B=40.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251581270.8400.200.38166.0272.6835.88
Hex199E7F5401426a64924
Octal312361771240244624611144
Binary110011001111011111111010100010100100110101001101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,158,127); }

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

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

 a { background-color: rgb(25,158,127); }

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

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

 span { border-color: rgb(25,158,127); }

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