#1CAE57

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

Shades of Pigment Green #1CAE57

Tints of Pigment Green #1CAE57

Color information

#1CAE57 (or 0x1CAE57) is unknown color: approx Pigment Green. HEX triplet: 1C, AE and 57. RGB value is (28,174,87). Sum of RGB (Red+Green+Blue) = 28+174+87=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 174 (68.36% from 255 or 60.21% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAE57 is #E351A8. Grayscale: #787878. Windows color (decimal): -14897577 or 5746204. OLE color: 5746204.

HSL color Cylindrical-coordinate representation of color #1CAE57: hue angle of 144.25º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAE57 is Cyan = 0.84, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.32.

Color convert

RGB2817487-
CMYK0.8400.50.32
HSL144.25º72.28%39.61%-
HSV(B)144.25º83.91%68.24%-
XYZ17.3431.2114.13-
YUV120.43109.1362.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.69%
GREEN value IS 174 (68.36% from 255) = 60.21%
BLUE value IS 87 (34.38% from 255) = 30.10%
R=9.69%
G=60.21%
B=30.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28174870.8400.50.32144.2572.2839.61
Hex1CAE575403220904828
Octal342561271240624022011050
Binary1110010101110101011110101000110010100000100100001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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