#9AE680

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

Shades of Gossip #9AE680

Tints of Gossip #9AE680

Color information

#9AE680 (or 0x9AE680) is unknown color: approx Gossip. HEX triplet: 9A, E6 and 80. RGB value is (154,230,128). Sum of RGB (Red+Green+Blue) = 154+230+128=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #9AE680 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AE680 is #65197F. Grayscale: #C3C3C3. Windows color (decimal): -6625664 or 8447642. OLE color: 8447642.

HSL color Cylindrical-coordinate representation of color #9AE680: hue angle of 104.71º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AE680 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB154230128-
CMYK0.3300.440.10
HSL104.71º67.11%70.2%-
HSV(B)104.71º44.35%90.2%-
XYZ45.5265.0230.57-
YUV195.6589.8298.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.08%
GREEN value IS 230 (90.23% from 255) = 44.92%
BLUE value IS 128 (50.39% from 255) = 25%
R=30.08%
G=44.92%
B=25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1542301280.3300.440.10104.7167.1170.2
Hex9AE6802102CA694346
Octal2323462004105412151103106
Binary10011010111001101000000010000101011001010110100110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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