#9AC98C

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

Shades of Gossip #9AC98C

Tints of Gossip #9AC98C

Color information

#9AC98C (or 0x9AC98C) is unknown color: approx Gossip. HEX triplet: 9A, C9 and 8C. RGB value is (154,201,140). Sum of RGB (Red+Green+Blue) = 154+201+140=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC98C is #653673. Grayscale: #B4B4B4. Windows color (decimal): -6633076 or 9226650. OLE color: 9226650.

HSL color Cylindrical-coordinate representation of color #9AC98C: hue angle of 106.23º 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 #9AC98C is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB154201140-
CMYK0.2300.300.21
HSL106.23º36.09%66.86%-
HSV(B)106.23º30.35%78.82%-
XYZ38.9550.5432.51-
YUV179.99105.43109.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.11%
GREEN value IS 201 (78.91% from 255) = 40.61%
BLUE value IS 140 (55.08% from 255) = 28.28%
R=31.11%
G=40.61%
B=28.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542011400.2300.300.21106.2336.0966.86
Hex9AC98C1701E156a2443
Octal232311214270362515244103
Binary100110101100100110001100101110111101010111010101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,201,140); }

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

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

 a { background-color: rgb(154,201,140); }

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

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

 span { border-color: rgb(154,201,140); }

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