#9AE481

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

Shades of Gossip #9AE481

Tints of Gossip #9AE481

Color information

#9AE481 (or 0x9AE481) is unknown color: approx Gossip. HEX triplet: 9A, E4 and 81. RGB value is (154,228,129). Sum of RGB (Red+Green+Blue) = 154+228+129=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 228 - color contains mainly: green. Hex color #9AE481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AE481 is #651B7E. Grayscale: #C2C2C2. Windows color (decimal): -6626175 or 8512666. OLE color: 8512666.

HSL color Cylindrical-coordinate representation of color #9AE481: hue angle of 104.85º degrees, saturation: 0.65, 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 #9AE481 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB154228129-
CMYK0.3200.430.11
HSL104.85º64.71%70%-
HSV(B)104.85º43.42%89.41%-
XYZ45.0363.9430.74-
YUV194.5990.9899.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.14%
GREEN value IS 228 (89.45% from 255) = 44.62%
BLUE value IS 129 (50.78% from 255) = 25.24%
R=30.14%
G=44.62%
B=25.24%

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
Decimal1542281290.3200.430.11104.8564.7170
Hex9AE4812002BB694146
Octal2323442014005313151101106
Binary10011010111001001000000110000001010111011110100110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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