Html Css Color HEX #199C7D Jungle Green

📋 copy color: '#199C7D'

red 25 ◦ green 156 ◦ blue 125

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

Shades of Jungle Green #199C7D

Tints of Jungle Green #199C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.85%

R = 8.17%
G = 50.98%
B = 40.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#199C7D (or 0x199C7D) is known color: Jungle Green. HEX triplet: 19, 9C and 7D. RGB value is (25,156,125). Sum of RGB (Red+Green+Blue) = 25+156+125=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #199C7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199C7D is #E66382. Grayscale: #717171. Windows color (decimal): -15098755 or 8231961. OLE color: 8231961.

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

Color convert

RGB 25 156 125 -
CMYK 0.84 0 0.20 0.39
HSL 165.8º 0.72% 0.35% -
HSV(B) 165.8º 0.84% 0.61% -
XYZ 15.99 25.46 23.47 -
YUV 113.3 134.6 65.02 -
System Red Green Blue C M Y K H S L
Decimal 25 156 125 0.84 0 0.20 0.39 165.8 0.72 0.35
Hex 19 9C 7D 54 0 14 27 A6 48 23
Octal 31 234 175 124 0 24 47 246 110 43
Binary 11001 10011100 1111101 1010100 0 10100 100111 10100110 1001000 100011

Color Harmonies of #199C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199C7D

Black with #199C7D

Text Example


Text Example

White with #199C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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