#9AE780

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

Shades of Gossip #9AE780

Tints of Gossip #9AE780

Color information

#9AE780 (or 0x9AE780) is unknown color: approx Gossip. HEX triplet: 9A, E7 and 80. RGB value is (154,231,128). Sum of RGB (Red+Green+Blue) = 154+231+128=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #9AE780 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AE780 is #65187F. Grayscale: #C4C4C4. Windows color (decimal): -6625408 or 8447898. OLE color: 8447898.

HSL color Cylindrical-coordinate representation of color #9AE780: hue angle of 104.85º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9AE780 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB154231128-
CMYK0.3300.450.09
HSL104.85º68.21%70.39%-
HSV(B)104.85º44.59%90.59%-
XYZ45.865.5830.67-
YUV196.2489.4997.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.02%
GREEN value IS 231 (90.62% from 255) = 45.03%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=30.02%
G=45.03%
B=24.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1542311280.3300.450.09104.8568.2170.39
Hex9AE7802102D9694446
Octal2323472004105511151104106
Binary10011010111001111000000010000101011011001110100110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,231,128); }

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

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

 a { background-color: rgb(154,231,128); }

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

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

 span { border-color: rgb(154,231,128); }

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