#9AE080

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

Shades of Gossip #9AE080

Tints of Gossip #9AE080

Color information

#9AE080 (or 0x9AE080) is unknown color: approx Gossip. HEX triplet: 9A, E0 and 80. RGB value is (154,224,128). Sum of RGB (Red+Green+Blue) = 154+224+128=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #9AE080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AE080 is #651F7F. Grayscale: #C0C0C0. Windows color (decimal): -6627200 or 8446106. OLE color: 8446106.

HSL color Cylindrical-coordinate representation of color #9AE080: hue angle of 103.75º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9AE080 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB154224128-
CMYK0.3100.430.12
HSL103.75º60.76%69.02%-
HSV(B)103.75º42.86%87.84%-
XYZ43.8861.7430.03-
YUV192.1391.81100.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.43%
GREEN value IS 224 (87.89% from 255) = 44.27%
BLUE value IS 128 (50.39% from 255) = 25.30%
R=30.43%
G=44.27%
B=25.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1542241280.3100.430.12103.7560.7669.02
Hex9AE0801F02BC683d45
Octal232340200370531415075105
Binary100110101110000010000000111110101011110011010001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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