Html Css Color HEX #199C7F Jungle Green

📋 copy color: '#199C7F'

red 25 ◦ green 156 ◦ blue 127

#199C7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #199C7F

Tints of Jungle Green #199C7F

RGB

 RED value IS 25 (10.16% from 255) = 8.12%

 GREEN value IS 156 (61.33% from 255) = 50.65%

 BLUE value IS 127 (50% from 255) = 41.23%

R = 8.12%
G = 50.65%
B = 41.23%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#199C7F (or 0x199C7F) is known color: Jungle Green. HEX triplet: 19, 9C and 7F. RGB value is (25,156,127). Sum of RGB (Red+Green+Blue) = 25+156+127=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #199C7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199C7F is #E66380. Grayscale: #717171. Windows color (decimal): -15098753 or 8363033. OLE color: 8363033.

HSL color Cylindrical-coordinate representation of color #199C7F: hue angle of 166.72º 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 #199C7F is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 156 127 -
CMYK 0.84 0 0.19 0.39
HSL 166.72º 0.72% 0.35% -
HSV(B) 166.72º 0.84% 0.61% -
XYZ 16.12 25.52 24.15 -
YUV 113.53 135.6 64.86 -
System Red Green Blue C M Y K H S L
Decimal 25 156 127 0.84 0 0.19 0.39 166.72 0.72 0.35
Hex 19 9C 7F 54 0 13 27 A7 48 23
Octal 31 234 177 124 0 23 47 247 110 43
Binary 11001 10011100 1111111 1010100 0 10011 100111 10100111 1001000 100011

Color Harmonies of #199C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199C7F

Black with #199C7F

Text Example


Text Example

White with #199C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #199C7F;
 }
 .AnyTagClassName
 {
   color: #199C7F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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