#9ACE78

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

Shades of Gossip #9ACE78

Tints of Gossip #9ACE78

Color information

#9ACE78 (or 0x9ACE78) is unknown color: approx Gossip. HEX triplet: 9A, CE and 78. RGB value is (154,206,120). Sum of RGB (Red+Green+Blue) = 154+206+120=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACE78 is #653187. Grayscale: #B4B4B4. Windows color (decimal): -6631816 or 7917210. OLE color: 7917210.

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

Color convert

RGB154206120-
CMYK0.2500.420.19
HSL96.28º46.74%63.92%-
HSV(B)96.28º41.75%80.78%-
XYZ38.7952.3725.83-
YUV180.6593.77108.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.08%
GREEN value IS 206 (80.86% from 255) = 42.92%
BLUE value IS 120 (47.27% from 255) = 25%
R=32.08%
G=42.92%
B=25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542061200.2500.420.1996.2846.7463.92
Hex9ACE781902A13602f40
Octal232316170310522314057100
Binary100110101100111011110001100101010101001111000001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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