#A0CF91

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

Shades of Gossip #A0CF91

Tints of Gossip #A0CF91

Color information

#A0CF91 (or 0xA0CF91) is unknown color: approx Gossip. HEX triplet: A0, CF and 91. RGB value is (160,207,145). Sum of RGB (Red+Green+Blue) = 160+207+145=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CF91 is #5F306E. Grayscale: #BABABA. Windows color (decimal): -6238319 or 9555872. OLE color: 9555872.

HSL color Cylindrical-coordinate representation of color #A0CF91: hue angle of 105.48º 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 #A0CF91 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB160207145-
CMYK0.2300.300.19
HSL105.48º39.24%69.02%-
HSV(B)105.48º29.95%81.18%-
XYZ41.9254.1435.03-
YUV185.88104.93109.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.25%
GREEN value IS 207 (81.25% from 255) = 40.43%
BLUE value IS 145 (57.03% from 255) = 28.32%
R=31.25%
G=40.43%
B=28.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602071450.2300.300.19105.4839.2469.02
HexA0CF911701E13692745
Octal240317221270362315147105
Binary101000001100111110010001101110111101001111010011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CF91; }

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

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

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

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

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

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

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

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