#9ACA8E

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

Shades of Gossip #9ACA8E

Tints of Gossip #9ACA8E

Color information

#9ACA8E (or 0x9ACA8E) is unknown color: approx Gossip. HEX triplet: 9A, CA and 8E. RGB value is (154,202,142). Sum of RGB (Red+Green+Blue) = 154+202+142=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACA8E is #653571. Grayscale: #B5B5B5. Windows color (decimal): -6632818 or 9357978. OLE color: 9357978.

HSL color Cylindrical-coordinate representation of color #9ACA8E: hue angle of 108º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ACA8E is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB154202142-
CMYK0.2400.300.21
HSL108º36.14%67.45%-
HSV(B)108º29.7%79.22%-
XYZ39.3351.0633.37-
YUV180.81106.1108.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.92%
GREEN value IS 202 (79.30% from 255) = 40.56%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=30.92%
G=40.56%
B=28.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021420.2400.300.2110836.1467.45
Hex9ACA8E1801E156c2443
Octal232312216300362515444103
Binary100110101100101010001110110000111101010111011001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,202,142); }

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

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

 a { background-color: rgb(154,202,142); }

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

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

 span { border-color: rgb(154,202,142); }

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