#9ACE88

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

Shades of Gossip #9ACE88

Tints of Gossip #9ACE88

Color information

#9ACE88 (or 0x9ACE88) is unknown color: approx Gossip. HEX triplet: 9A, CE and 88. RGB value is (154,206,136). Sum of RGB (Red+Green+Blue) = 154+206+136=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACE88 is #653177. Grayscale: #B6B6B6. Windows color (decimal): -6631800 or 8965786. OLE color: 8965786.

HSL color Cylindrical-coordinate representation of color #9ACE88: hue angle of 104.57º 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 #9ACE88 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB154206136-
CMYK0.2500.340.19
HSL104.57º41.67%67.06%-
HSV(B)104.57º33.98%80.78%-
XYZ39.8452.7931.38-
YUV182.47101.77107.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.05%
GREEN value IS 206 (80.86% from 255) = 41.53%
BLUE value IS 136 (53.52% from 255) = 27.42%
R=31.05%
G=41.53%
B=27.42%

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
Decimal1542061360.2500.340.19104.5741.6767.06
Hex9ACE881902213692a43
Octal232316210310422315152103
Binary1001101011001110100010001100101000101001111010011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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