#9ACE87

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

Shades of Gossip #9ACE87

Tints of Gossip #9ACE87

Color information

#9ACE87 (or 0x9ACE87) is unknown color: approx Gossip. HEX triplet: 9A, CE and 87. RGB value is (154,206,135). Sum of RGB (Red+Green+Blue) = 154+206+135=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACE87 is #653178. Grayscale: #B6B6B6. Windows color (decimal): -6631801 or 8900250. OLE color: 8900250.

HSL color Cylindrical-coordinate representation of color #9ACE87: hue angle of 103.94º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ACE87 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB154206135-
CMYK0.2500.340.19
HSL103.94º42.01%66.86%-
HSV(B)103.94º34.47%80.78%-
XYZ39.7752.7631.01-
YUV182.36101.27107.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.11%
GREEN value IS 206 (80.86% from 255) = 41.62%
BLUE value IS 135 (53.12% from 255) = 27.27%
R=31.11%
G=41.62%
B=27.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542061350.2500.340.19103.9442.0166.86
Hex9ACE871902213682a43
Octal232316207310422315052103
Binary1001101011001110100001111100101000101001111010001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ACE87; }

 p { color: rgb(154,206,135); }

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

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

 a { background-color: rgb(154,206,135); }

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

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

 span { border-color: rgb(154,206,135); }

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