#A0D38F

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

Shades of Gossip #A0D38F

Tints of Gossip #A0D38F

Color information

#A0D38F (or 0xA0D38F) is unknown color: approx Gossip. HEX triplet: A0, D3 and 8F. RGB value is (160,211,143). Sum of RGB (Red+Green+Blue) = 160+211+143=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D38F is #5F2C70. Grayscale: #BCBCBC. Windows color (decimal): -6237297 or 9425824. OLE color: 9425824.

HSL color Cylindrical-coordinate representation of color #A0D38F: hue angle of 105º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0D38F is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB160211143-
CMYK0.2400.320.17
HSL105º43.59%69.41%-
HSV(B)105º32.23%82.75%-
XYZ42.7556.0534.55-
YUV188102.6108.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.13%
GREEN value IS 211 (82.81% from 255) = 41.05%
BLUE value IS 143 (56.25% from 255) = 27.82%
R=31.13%
G=41.05%
B=27.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1602111430.2400.320.1710543.5969.41
HexA0D38F1802011692c45
Octal240323217300402115154105
Binary1010000011010011100011111100001000001000111010011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D38F; }

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

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

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

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

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

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

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

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