#A0C58F

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

Shades of Gossip #A0C58F

Tints of Gossip #A0C58F

Color information

#A0C58F (or 0xA0C58F) is unknown color: approx Gossip. HEX triplet: A0, C5 and 8F. RGB value is (160,197,143). Sum of RGB (Red+Green+Blue) = 160+197+143=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C58F is #5F3A70. Grayscale: #B3B3B3. Windows color (decimal): -6240881 or 9422240. OLE color: 9422240.

HSL color Cylindrical-coordinate representation of color #A0C58F: hue angle of 101.11º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0C58F is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB160197143-
CMYK0.1900.270.23
HSL101.11º31.76%66.67%-
HSV(B)101.11º27.41%77.25%-
XYZ39.4249.3933.44-
YUV179.78107.24113.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32%
GREEN value IS 197 (77.34% from 255) = 39.4%
BLUE value IS 143 (56.25% from 255) = 28.6%
R=32%
G=39.4%
B=28.6%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601971430.1900.270.23101.1131.7666.67
HexA0C58F1301B17652043
Octal240305217230332714540103
Binary101000001100010110001111100110110111011111001011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C58F; }

 p { color: rgb(160,197,143); }

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

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

 a { background-color: rgb(160,197,143); }

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

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

 span { border-color: rgb(160,197,143); }

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