Html Css Color HEX #1C9E7A Jungle Green

📋 copy color: '#1C9E7A'

red 28 ◦ green 158 ◦ blue 122

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

Shades of Jungle Green #1C9E7A

Tints of Jungle Green #1C9E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.61%

R = 9.09%
G = 51.3%
B = 39.61%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#1C9E7A (or 0x1C9E7A) is known color: Jungle Green. HEX triplet: 1C, 9E and 7A. RGB value is (28,158,122). Sum of RGB (Red+Green+Blue) = 28+158+122=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #1C9E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9E7A is #E36185. Grayscale: #737373. Windows color (decimal): -14901638 or 8035868. OLE color: 8035868.

HSL color Cylindrical-coordinate representation of color #1C9E7A: hue angle of 163.38º 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 #1C9E7A is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 28 158 122 -
CMYK 0.82 0 0.23 0.38
HSL 163.38º 0.7% 0.36% -
HSV(B) 163.38º 0.82% 0.62% -
XYZ 16.22 26.11 22.6 -
YUV 115.03 131.93 65.93 -
System Red Green Blue C M Y K H S L
Decimal 28 158 122 0.82 0 0.23 0.38 163.38 0.7 0.36
Hex 1C 9E 7A 52 0 17 26 A3 46 24
Octal 34 236 172 122 0 27 46 243 106 44
Binary 11100 10011110 1111010 1010010 0 10111 100110 10100011 1000110 100100

Color Harmonies of #1C9E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9E7A

Black with #1C9E7A

Text Example


Text Example

White with #1C9E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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