#9AE581

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

Shades of Gossip #9AE581

Tints of Gossip #9AE581

Color information

#9AE581 (or 0x9AE581) is unknown color: approx Gossip. HEX triplet: 9A, E5 and 81. RGB value is (154,229,129). Sum of RGB (Red+Green+Blue) = 154+229+129=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AE581 is #651A7E. Grayscale: #C3C3C3. Windows color (decimal): -6625919 or 8512922. OLE color: 8512922.

HSL color Cylindrical-coordinate representation of color #9AE581: hue angle of 105º degrees, saturation: 0.66, 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 #9AE581 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB154229129-
CMYK0.3300.440.10
HSL105º65.79%70.2%-
HSV(B)105º43.67%89.8%-
XYZ45.3164.4930.83-
YUV195.1890.6598.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.08%
GREEN value IS 229 (89.84% from 255) = 44.73%
BLUE value IS 129 (50.78% from 255) = 25.20%
R=30.08%
G=44.73%
B=25.20%

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
Decimal1542291290.3300.440.1010565.7970.2
Hex9AE5812102CA694246
Octal2323452014105412151102106
Binary10011010111001011000000110000101011001010110100110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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