#A5CF91

Color #A5CF91 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #A5CF91

Tints of Gossip #A5CF91

Color information

#A5CF91 (or 0xA5CF91) is unknown color: approx Gossip. HEX triplet: A5, CF and 91. RGB value is (165,207,145). Sum of RGB (Red+Green+Blue) = 165+207+145=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CF91 is #5A306E. Grayscale: #BBBBBB. Windows color (decimal): -5910639 or 9555877. OLE color: 9555877.

HSL color Cylindrical-coordinate representation of color #A5CF91: hue angle of 100.65º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5CF91 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB165207145-
CMYK0.2000.300.19
HSL100.65º39.24%69.02%-
HSV(B)100.65º29.95%81.18%-
XYZ42.9454.6735.08-
YUV187.37104.09112.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 207 (81.25% from 255) = 40.04%
BLUE value IS 145 (57.03% from 255) = 28.05%
R=31.91%
G=40.04%
B=28.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1652071450.2000.300.19100.6539.2469.02
HexA5CF911401E13652745
Octal245317221240362314547105
Binary101001011100111110010001101000111101001111001011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CF91; }

 p { color: rgb(165,207,145); }

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

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

 a { background-color: rgb(165,207,145); }

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

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

 span { border-color: rgb(165,207,145); }

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