#1CA07C

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

Shades of Jungle Green #1CA07C

Tints of Jungle Green #1CA07C

Color information

#1CA07C (or 0x1CA07C) is unknown color: approx Jungle Green. HEX triplet: 1C, A0 and 7C. RGB value is (28,160,124). Sum of RGB (Red+Green+Blue) = 28+160+124=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA07C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA07C is #E35F83. Grayscale: #747474. Windows color (decimal): -14901124 or 8167452. OLE color: 8167452.

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

Color convert

RGB28160124-
CMYK0.8200.220.37
HSL163.64º70.21%36.86%-
HSV(B)163.64º82.5%62.75%-
XYZ16.6926.8423.37-
YUV116.43132.2764.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.97%
GREEN value IS 160 (62.89% from 255) = 51.28%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=8.97%
G=51.28%
B=39.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal281601240.8200.220.37163.6470.2136.86
Hex1CA07C5201625a44625
Octal342401741220264524410645
Binary111001010000011111001010010010110100101101001001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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