#1CAA4B

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

Shades of Pigment Green #1CAA4B

Tints of Pigment Green #1CAA4B

Color information

#1CAA4B (or 0x1CAA4B) is unknown color: approx Pigment Green. HEX triplet: 1C, AA and 4B. RGB value is (28,170,75). Sum of RGB (Red+Green+Blue) = 28+170+75=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CAA4B is #E355B4. Grayscale: #747474. Windows color (decimal): -14898613 or 4958748. OLE color: 4958748.

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

Color convert

RGB2817075-
CMYK0.8400.560.33
HSL139.86º71.72%38.82%-
HSV(B)139.86º83.53%66.67%-
XYZ16.1229.511.5-
YUV116.71104.4664.72-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.26%
GREEN value IS 170 (66.80% from 255) = 62.27%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=10.26%
G=62.27%
B=27.47%

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
Decimal28170750.8400.560.33139.8671.7238.82
Hex1CAA4B54038218c4827
Octal342521131240704121411047
Binary1110010101010100101110101000111000100001100011001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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