#1CAA57

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

Shades of Pigment Green #1CAA57

Tints of Pigment Green #1CAA57

Color information

#1CAA57 (or 0x1CAA57) is unknown color: approx Pigment Green. HEX triplet: 1C, AA and 57. RGB value is (28,170,87). Sum of RGB (Red+Green+Blue) = 28+170+87=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 170 (66.80% from 255 or 59.65% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAA57 is #E355A8. Grayscale: #767676. Windows color (decimal): -14898601 or 5745180. OLE color: 5745180.

HSL color Cylindrical-coordinate representation of color #1CAA57: hue angle of 144.93º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAA57 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB2817087-
CMYK0.8400.490.33
HSL144.93º71.72%38.82%-
HSV(B)144.93º83.53%66.67%-
XYZ16.5729.6813.87-
YUV118.08110.4663.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.82%
GREEN value IS 170 (66.80% from 255) = 59.65%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=9.82%
G=59.65%
B=30.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28170870.8400.490.33144.9371.7238.82
Hex1CAA575403121914827
Octal342521271240614122111047
Binary1110010101010101011110101000110001100001100100011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,170,87); }

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

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

 a { background-color: rgb(28,170,87); }

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

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

 span { border-color: rgb(28,170,87); }

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