#A3D093

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

Shades of Gossip #A3D093

Tints of Gossip #A3D093

Color information

#A3D093 (or 0xA3D093) is unknown color: approx Gossip. HEX triplet: A3, D0 and 93. RGB value is (163,208,147). Sum of RGB (Red+Green+Blue) = 163+208+147=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D093 is #5C2F6C. Grayscale: #BBBBBB. Windows color (decimal): -6041453 or 9687203. OLE color: 9687203.

HSL color Cylindrical-coordinate representation of color #A3D093: hue angle of 104.26º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3D093 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB163208147-
CMYK0.2200.290.18
HSL104.26º39.35%69.61%-
HSV(B)104.26º29.33%81.57%-
XYZ42.935535.96-
YUV187.59105.09110.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.47%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 147 (57.81% from 255) = 28.38%
R=31.47%
G=40.15%
B=28.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1632081470.2200.290.18104.2639.3569.61
HexA3D0931601D12682746
Octal243320223260352215047106
Binary101000111101000010010011101100111011001011010001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D093; }

 p { color: rgb(163,208,147); }

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

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

 a { background-color: rgb(163,208,147); }

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

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

 span { border-color: rgb(163,208,147); }

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