#A0CB90

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

Shades of Gossip #A0CB90

Tints of Gossip #A0CB90

Color information

#A0CB90 (or 0xA0CB90) is unknown color: approx Gossip. HEX triplet: A0, CB and 90. RGB value is (160,203,144). Sum of RGB (Red+Green+Blue) = 160+203+144=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CB90 is #5F346F. Grayscale: #B7B7B7. Windows color (decimal): -6239344 or 9489312. OLE color: 9489312.

HSL color Cylindrical-coordinate representation of color #A0CB90: hue angle of 103.73º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0CB90 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB160203144-
CMYK0.2100.290.20
HSL103.73º36.2%68.04%-
HSV(B)103.73º29.06%79.61%-
XYZ40.8952.234.31-
YUV183.42105.75111.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 203 (79.69% from 255) = 40.04%
BLUE value IS 144 (56.64% from 255) = 28.40%
R=31.56%
G=40.04%
B=28.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602031440.2100.290.20103.7336.268.04
HexA0CB901501D14682444
Octal240313220250352415044104
Binary101000001100101110010000101010111011010011010001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CB90; }

 p { color: rgb(160,203,144); }

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

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

 a { background-color: rgb(160,203,144); }

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

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

 span { border-color: rgb(160,203,144); }

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