Html Css Color HEX #1C9E7E Jungle Green

📋 copy color: '#1C9E7E'

red 28 ◦ green 158 ◦ blue 126

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

Shades of Jungle Green #1C9E7E

Tints of Jungle Green #1C9E7E

RGB

 RED value IS 28 (11.33% from 255) = 8.97%

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

 BLUE value IS 126 (49.61% from 255) = 40.38%

R = 8.97%
G = 50.64%
B = 40.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#1C9E7E (or 0x1C9E7E) is known color: Jungle Green. HEX triplet: 1C, 9E and 7E. RGB value is (28,158,126). Sum of RGB (Red+Green+Blue) = 28+158+126=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 158 (62.11% from 255 or 50.64% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 158 - color contains mainly: green. Hex color #1C9E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9E7E is #E36181. Grayscale: #737373. Windows color (decimal): -14901634 or 8298012. OLE color: 8298012.

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

Color convert

RGB 28 158 126 -
CMYK 0.82 0 0.20 0.38
HSL 165.23º 0.7% 0.36% -
HSV(B) 165.23º 0.82% 0.62% -
XYZ 16.47 26.21 23.93 -
YUV 115.48 133.93 65.6 -
System Red Green Blue C M Y K H S L
Decimal 28 158 126 0.82 0 0.20 0.38 165.23 0.7 0.36
Hex 1C 9E 7E 52 0 14 26 A5 46 24
Octal 34 236 176 122 0 24 46 245 106 44
Binary 11100 10011110 1111110 1010010 0 10100 100110 10100101 1000110 100100

Color Harmonies of #1C9E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9E7E

Black with #1C9E7E

Text Example


Text Example

White with #1C9E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,158,126); }

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

background-color css

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

 a { background-color: rgb(28,158,126); }

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

border-color css

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

 span { border-color: rgb(28,158,126); }

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