#9AC88A

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

Shades of Gossip #9AC88A

Tints of Gossip #9AC88A

Color information

#9AC88A (or 0x9AC88A) is unknown color: approx Gossip. HEX triplet: 9A, C8 and 8A. RGB value is (154,200,138). Sum of RGB (Red+Green+Blue) = 154+200+138=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 200 - color contains mainly: green. Hex color #9AC88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC88A is #653775. Grayscale: #B3B3B3. Windows color (decimal): -6633334 or 9095322. OLE color: 9095322.

HSL color Cylindrical-coordinate representation of color #9AC88A: hue angle of 104.52º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AC88A is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB154200138-
CMYK0.2300.310.22
HSL104.52º36.05%66.27%-
HSV(B)104.52º31%78.43%-
XYZ38.5750.0131.67-
YUV179.18104.76110.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.30%
GREEN value IS 200 (78.52% from 255) = 40.65%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=31.30%
G=40.65%
B=28.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1542001380.2300.310.22104.5236.0566.27
Hex9AC88A1701F16692442
Octal232310212270372615144102
Binary100110101100100010001010101110111111011011010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,200,138); }

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

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

 a { background-color: rgb(154,200,138); }

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

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

 span { border-color: rgb(154,200,138); }

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