#9AC98F

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

Shades of Gossip #9AC98F

Tints of Gossip #9AC98F

Color information

#9AC98F (or 0x9AC98F) is unknown color: approx Gossip. HEX triplet: 9A, C9 and 8F. RGB value is (154,201,143). Sum of RGB (Red+Green+Blue) = 154+201+143=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC98F is #653670. Grayscale: #B4B4B4. Windows color (decimal): -6633073 or 9423258. OLE color: 9423258.

HSL color Cylindrical-coordinate representation of color #9AC98F: hue angle of 108.62º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AC98F is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB154201143-
CMYK0.2300.290.21
HSL108.62º34.94%67.45%-
HSV(B)108.62º28.86%78.82%-
XYZ39.1750.6333.69-
YUV180.33106.93109.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.92%
GREEN value IS 201 (78.91% from 255) = 40.36%
BLUE value IS 143 (56.25% from 255) = 28.71%
R=30.92%
G=40.36%
B=28.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542011430.2300.290.21108.6234.9467.45
Hex9AC98F1701D156d2343
Octal232311217270352515543103
Binary100110101100100110001111101110111011010111011011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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