#1CAA54

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

Shades of Pigment Green #1CAA54

Tints of Pigment Green #1CAA54

Color information

#1CAA54 (or 0x1CAA54) is unknown color: approx Pigment Green. HEX triplet: 1C, AA and 54. RGB value is (28,170,84). Sum of RGB (Red+Green+Blue) = 28+170+84=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAA54 is #E355AB. Grayscale: #757575. Windows color (decimal): -14898604 or 5548572. OLE color: 5548572.

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

Color convert

RGB2817084-
CMYK0.8400.510.33
HSL143.66º71.72%38.82%-
HSV(B)143.66º83.53%66.67%-
XYZ16.4529.6413.24-
YUV117.74108.9663.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.93%
GREEN value IS 170 (66.80% from 255) = 60.28%
BLUE value IS 84 (33.20% from 255) = 29.79%
R=9.93%
G=60.28%
B=29.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28170840.8400.510.33143.6671.7238.82
Hex1CAA545403321904827
Octal342521241240634122011047
Binary1110010101010101010010101000110011100001100100001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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