Html Css Color HEX #1A9E7D Jungle Green

📋 copy color: '#1A9E7D'

red 26 ◦ green 158 ◦ blue 125

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

Shades of Jungle Green #1A9E7D

Tints of Jungle Green #1A9E7D

RGB

 RED value IS 26 (10.55% from 255) = 8.41%

 GREEN value IS 158 (62.11% from 255) = 51.13%

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

R = 8.41%
G = 51.13%
B = 40.45%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#1A9E7D (or 0x1A9E7D) is known color: Jungle Green. HEX triplet: 1A, 9E and 7D. RGB value is (26,158,125). Sum of RGB (Red+Green+Blue) = 26+158+125=309 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.41% from 309); Green value is 158 (62.11% from 255 or 51.13% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 158 - color contains mainly: green. Hex color #1A9E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9E7D is #E56182. Grayscale: #727272. Windows color (decimal): -15032707 or 8232474. OLE color: 8232474.

HSL color Cylindrical-coordinate representation of color #1A9E7D: hue angle of 165º degrees, saturation: 0.72, 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 #1A9E7D is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 26 158 125 -
CMYK 0.84 0 0.21 0.38
HSL 165º 0.72% 0.36% -
HSV(B) 165º 0.84% 0.62% -
XYZ 16.35 26.15 23.59 -
YUV 114.77 133.77 64.68 -
System Red Green Blue C M Y K H S L
Decimal 26 158 125 0.84 0 0.21 0.38 165 0.72 0.36
Hex 1A 9E 7D 54 0 15 26 A5 48 24
Octal 32 236 175 124 0 25 46 245 110 44
Binary 11010 10011110 1111101 1010100 0 10101 100110 10100101 1001000 100100

Color Harmonies of #1A9E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9E7D

Black with #1A9E7D

Text Example


Text Example

White with #1A9E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A9E7D; }

 p { color: rgb(26,158,125); }

 H1.HeaderClassName
 {
   color: #1A9E7D;
 }
 .AnyTagClassName
 {
   color: #1A9E7D;
 }
</style>

background-color css

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

 a { background-color: rgb(26,158,125); }

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

border-color css

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

 span { border-color: rgb(26,158,125); }

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