#1CAA4A

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

Shades of Pigment Green #1CAA4A

Tints of Pigment Green #1CAA4A

Color information

#1CAA4A (or 0x1CAA4A) is unknown color: approx Pigment Green. HEX triplet: 1C, AA and 4A. RGB value is (28,170,74). Sum of RGB (Red+Green+Blue) = 28+170+74=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 170 (66.80% from 255 or 62.5% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAA4A is #E355B5. Grayscale: #747474. Windows color (decimal): -14898614 or 4893212. OLE color: 4893212.

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

Color convert

RGB2817074-
CMYK0.8400.560.33
HSL139.44º71.72%38.82%-
HSV(B)139.44º83.53%66.67%-
XYZ16.0929.4911.32-
YUV116.6103.9664.81-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.29%
GREEN value IS 170 (66.80% from 255) = 62.5%
BLUE value IS 74 (29.30% from 255) = 27.21%
R=10.29%
G=62.5%
B=27.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28170740.8400.560.33139.4471.7238.82
Hex1CAA4A54038218b4827
Octal342521121240704121311047
Binary1110010101010100101010101000111000100001100010111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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