#9AE381

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

Shades of Gossip #9AE381

Tints of Gossip #9AE381

Color information

#9AE381 (or 0x9AE381) is unknown color: approx Gossip. HEX triplet: 9A, E3 and 81. RGB value is (154,227,129). Sum of RGB (Red+Green+Blue) = 154+227+129=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #9AE381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AE381 is #651C7E. Grayscale: #C2C2C2. Windows color (decimal): -6626431 or 8512410. OLE color: 8512410.

HSL color Cylindrical-coordinate representation of color #9AE381: hue angle of 104.69º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9AE381 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB154227129-
CMYK0.3200.430.11
HSL104.69º63.64%69.8%-
HSV(B)104.69º43.17%89.02%-
XYZ44.7663.3930.65-
YUV19491.3299.47-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.20%
GREEN value IS 227 (89.06% from 255) = 44.51%
BLUE value IS 129 (50.78% from 255) = 25.29%
R=30.20%
G=44.51%
B=25.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1542271290.3200.430.11104.6963.6469.8
Hex9AE3812002BB694046
Octal2323432014005313151100106
Binary10011010111000111000000110000001010111011110100110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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