#1CA076

Color #1CA076 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #1CA076

Tints of Jungle Green #1CA076

Color information

#1CA076 (or 0x1CA076) is unknown color: approx Jungle Green. HEX triplet: 1C, A0 and 76. RGB value is (28,160,118). Sum of RGB (Red+Green+Blue) = 28+160+118=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA076 is #E35F89. Grayscale: #737373. Windows color (decimal): -14901130 or 7774236. OLE color: 7774236.

HSL color Cylindrical-coordinate representation of color #1CA076: hue angle of 160.91º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1CA076 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB28160118-
CMYK0.8200.260.37
HSL160.91º70.21%36.86%-
HSV(B)160.91º82.5%62.75%-
XYZ16.3226.721.43-
YUV115.74129.2765.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.15%
GREEN value IS 160 (62.89% from 255) = 52.29%
BLUE value IS 118 (46.48% from 255) = 38.56%
R=9.15%
G=52.29%
B=38.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal281601180.8200.260.37160.9170.2136.86
Hex1CA0765201A25a14625
Octal342401661220324524110645
Binary111001010000011101101010010011010100101101000011000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,160,118); }

 H1.HeaderClassName
 {
   color: #1CA076;
 }
 .AnyTagClassName
 {
   color: #1CA076;
 }
</style>
background-color css

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

 a { background-color: rgb(28,160,118); }

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

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

 span { border-color: rgb(28,160,118); }

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