#A0E088

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

Shades of Gossip #A0E088

Tints of Gossip #A0E088

Color information

#A0E088 (or 0xA0E088) is unknown color: approx Gossip. HEX triplet: A0, E0 and 88. RGB value is (160,224,136). Sum of RGB (Red+Green+Blue) = 160+224+136=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E088 is #5F1F77. Grayscale: #C3C3C3. Windows color (decimal): -6233976 or 8970400. OLE color: 8970400.

HSL color Cylindrical-coordinate representation of color #A0E088: hue angle of 103.64º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0E088 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB160224136-
CMYK0.2900.390.12
HSL103.64º58.67%70.59%-
HSV(B)103.64º39.29%87.84%-
XYZ45.662.5632.97-
YUV194.8394.8103.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.77%
GREEN value IS 224 (87.89% from 255) = 43.08%
BLUE value IS 136 (53.52% from 255) = 26.15%
R=30.77%
G=43.08%
B=26.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602241360.2900.390.12103.6458.6770.59
HexA0E0881D027C683b47
Octal240340210350471415073107
Binary101000001110000010001000111010100111110011010001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E088; }

 p { color: rgb(160,224,136); }

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

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

 a { background-color: rgb(160,224,136); }

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

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

 span { border-color: rgb(160,224,136); }

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