#1CAA52

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

Shades of Pigment Green #1CAA52

Tints of Pigment Green #1CAA52

Color information

#1CAA52 (or 0x1CAA52) is unknown color: approx Pigment Green. HEX triplet: 1C, AA and 52. RGB value is (28,170,82). Sum of RGB (Red+Green+Blue) = 28+170+82=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 170 (66.80% from 255 or 60.71% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAA52 is #E355AD. Grayscale: #757575. Windows color (decimal): -14898606 or 5417500. OLE color: 5417500.

HSL color Cylindrical-coordinate representation of color #1CAA52: hue angle of 142.82º 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 #1CAA52 is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB2817082-
CMYK0.8400.520.33
HSL142.82º71.72%38.82%-
HSV(B)142.82º83.53%66.67%-
XYZ16.3829.6112.83-
YUV117.51107.9664.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10%
GREEN value IS 170 (66.80% from 255) = 60.71%
BLUE value IS 82 (32.42% from 255) = 29.29%
R=10%
G=60.71%
B=29.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28170820.8400.520.33142.8271.7238.82
Hex1CAA5254034218f4827
Octal342521221240644121711047
Binary1110010101010101001010101000110100100001100011111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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