#9AE182

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

Shades of Gossip #9AE182

Tints of Gossip #9AE182

Color information

#9AE182 (or 0x9AE182) is unknown color: approx Gossip. HEX triplet: 9A, E1 and 82. RGB value is (154,225,130). Sum of RGB (Red+Green+Blue) = 154+225+130=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #9AE182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AE182 is #651E7D. Grayscale: #C1C1C1. Windows color (decimal): -6626942 or 8577434. OLE color: 8577434.

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

Color convert

RGB154225130-
CMYK0.3200.420.12
HSL104.84º61.29%69.61%-
HSV(B)104.84º42.22%88.24%-
XYZ44.2862.3330.82-
YUV192.9492.48100.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.26%
GREEN value IS 225 (88.28% from 255) = 44.20%
BLUE value IS 130 (51.17% from 255) = 25.54%
R=30.26%
G=44.20%
B=25.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1542251300.3200.420.12104.8461.2969.61
Hex9AE1822002AC693d46
Octal232341202400521415175106
Binary1001101011100001100000101000000101010110011010011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,225,130); }

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

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

 a { background-color: rgb(154,225,130); }

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

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

 span { border-color: rgb(154,225,130); }

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