#1CAF56

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

Shades of Pigment Green #1CAF56

Tints of Pigment Green #1CAF56

Color information

#1CAF56 (or 0x1CAF56) is unknown color: approx Pigment Green. HEX triplet: 1C, AF and 56. RGB value is (28,175,86). Sum of RGB (Red+Green+Blue) = 28+175+86=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 175 (68.75% from 255 or 60.55% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAF56 is #E350A9. Grayscale: #797979. Windows color (decimal): -14897322 or 5680924. OLE color: 5680924.

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

Color convert

RGB2817586-
CMYK0.8400.510.31
HSL143.67º72.41%39.8%-
HSV(B)143.67º84%68.63%-
XYZ17.4931.5813.98-
YUV120.9108.361.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.69%
GREEN value IS 175 (68.75% from 255) = 60.55%
BLUE value IS 86 (33.98% from 255) = 29.76%
R=9.69%
G=60.55%
B=29.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28175860.8400.510.31143.6772.4139.8
Hex1CAF56540331F904828
Octal342571261240633722011050
Binary111001010111110101101010100011001111111100100001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,175,86); }

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

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

 a { background-color: rgb(28,175,86); }

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

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

 span { border-color: rgb(28,175,86); }

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