#A0D08D

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

Shades of Gossip #A0D08D

Tints of Gossip #A0D08D

Color information

#A0D08D (or 0xA0D08D) is unknown color: approx Gossip. HEX triplet: A0, D0 and 8D. RGB value is (160,208,141). Sum of RGB (Red+Green+Blue) = 160+208+141=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D08D is #5F2F72. Grayscale: #BABABA. Windows color (decimal): -6238067 or 9293984. OLE color: 9293984.

HSL color Cylindrical-coordinate representation of color #A0D08D: hue angle of 102.99º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0D08D is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB160208141-
CMYK0.2300.320.18
HSL102.99º41.61%68.43%-
HSV(B)102.99º32.21%81.57%-
XYZ41.8654.5133.51-
YUV186.01102.6109.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 208 (81.64% from 255) = 40.86%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=31.43%
G=40.86%
B=27.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1602081410.2300.320.18102.9941.6168.43
HexA0D08D1702012672a44
Octal240320215270402214752104
Binary1010000011010000100011011011101000001001011001111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D08D; }

 p { color: rgb(160,208,141); }

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

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

 a { background-color: rgb(160,208,141); }

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

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

 span { border-color: rgb(160,208,141); }

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