#9AE383

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

Shades of Gossip #9AE383

Tints of Gossip #9AE383

Color information

#9AE383 (or 0x9AE383) is unknown color: approx Gossip. HEX triplet: 9A, E3 and 83. RGB value is (154,227,131). Sum of RGB (Red+Green+Blue) = 154+227+131=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 227 - color contains mainly: green. Hex color #9AE383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AE383 is #651C7C. Grayscale: #C2C2C2. Windows color (decimal): -6626429 or 8643482. OLE color: 8643482.

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

Color convert

RGB154227131-
CMYK0.3200.420.11
HSL105.62º63.16%70.2%-
HSV(B)105.62º42.29%89.02%-
XYZ44.8963.4531.35-
YUV194.2392.3299.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.08%
GREEN value IS 227 (89.06% from 255) = 44.34%
BLUE value IS 131 (51.56% from 255) = 25.59%
R=30.08%
G=44.34%
B=25.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1542271310.3200.420.11105.6263.1670.2
Hex9AE3832002AB6a3f46
Octal232343203400521315277106
Binary1001101011100011100000111000000101010101111010101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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