#A0D58B

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

Shades of Gossip #A0D58B

Tints of Gossip #A0D58B

Color information

#A0D58B (or 0xA0D58B) is unknown color: approx Gossip. HEX triplet: A0, D5 and 8B. RGB value is (160,213,139). Sum of RGB (Red+Green+Blue) = 160+213+139=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D58B is #5F2A74. Grayscale: #BCBCBC. Windows color (decimal): -6236789 or 9164192. OLE color: 9164192.

HSL color Cylindrical-coordinate representation of color #A0D58B: hue angle of 102.97º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0D58B is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB160213139-
CMYK0.2500.350.16
HSL102.97º46.84%69.02%-
HSV(B)102.97º34.74%83.53%-
XYZ42.9556.9333.15-
YUV188.7299.94107.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.25%
GREEN value IS 213 (83.59% from 255) = 41.60%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=31.25%
G=41.60%
B=27.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602131390.2500.350.16102.9746.8469.02
HexA0D58B1902310672f45
Octal240325213310432014757105
Binary1010000011010101100010111100101000111000011001111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D58B; }

 p { color: rgb(160,213,139); }

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

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

 a { background-color: rgb(160,213,139); }

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

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

 span { border-color: rgb(160,213,139); }

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