#a0cf93

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

Shades of Gossip #A0CF93

Tints of Gossip #A0CF93

Color information

#A0CF93 (or 0xA0CF93) is unknown color: approx Gossip. HEX triplet: A0, CF and 93. RGB value is (160,207,147). Sum of RGB (Red+Green+Blue) = 160+207+147=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CF93 is #5F306C. Grayscale: #BABABA. Windows color (decimal): -6238317 or 9686944. OLE color: 9686944.

HSL color Cylindrical-coordinate representation of color #A0CF93: hue angle of 107º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0CF93 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB160207147-
CMYK0.2300.290.19
HSL107º38.46%69.41%-
HSV(B)107º28.99%81.18%-
XYZ42.0854.2135.85-
YUV186.11105.93109.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.13%
GREEN value IS 207 (81.25% from 255) = 40.27%
BLUE value IS 147 (57.81% from 255) = 28.60%
R=31.13%
G=40.27%
B=28.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602071470.2300.290.1910738.4669.41
HexA0CF931701D136b2645
Octal240317223270352315346105
Binary101000001100111110010011101110111011001111010111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0cf93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0cf93; }

 p { color: rgb(160,207,147); }

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

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

 a { background-color: rgb(160,207,147); }

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

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

 span { border-color: rgb(160,207,147); }

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