#9AC281

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

Shades of Gossip #9AC281

Tints of Gossip #9AC281

Color information

#9AC281 (or 0x9AC281) is unknown color: approx Gossip. HEX triplet: 9A, C2 and 81. RGB value is (154,194,129). Sum of RGB (Red+Green+Blue) = 154+194+129=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC281 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC281 is #653D7E. Grayscale: #AEAEAE. Windows color (decimal): -6634879 or 8503962. OLE color: 8503962.

HSL color Cylindrical-coordinate representation of color #9AC281: hue angle of 96.92º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AC281 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB154194129-
CMYK0.2100.340.24
HSL96.92º34.76%63.33%-
HSV(B)96.92º33.51%76.08%-
XYZ36.5847.0427.92-
YUV174.63102.25113.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.29%
GREEN value IS 194 (76.17% from 255) = 40.67%
BLUE value IS 129 (50.78% from 255) = 27.04%
R=32.29%
G=40.67%
B=27.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541941290.2100.340.2496.9234.7663.33
Hex9AC281150221861233f
Octal23230220125042301414377
Binary100110101100001010000001101010100010110001100001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,194,129); }

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

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

 a { background-color: rgb(154,194,129); }

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

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

 span { border-color: rgb(154,194,129); }

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