#9EC482

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

Shades of Gossip #9EC482

Tints of Gossip #9EC482

Color information

#9EC482 (or 0x9EC482) is unknown color: approx Gossip. HEX triplet: 9E, C4 and 82. RGB value is (158,196,130). Sum of RGB (Red+Green+Blue) = 158+196+130=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC482 is #613B7D. Grayscale: #B1B1B1. Windows color (decimal): -6372222 or 8570014. OLE color: 8570014.

HSL color Cylindrical-coordinate representation of color #9EC482: hue angle of 94.55º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EC482 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB158196130-
CMYK0.1900.340.23
HSL94.55º35.87%63.92%-
HSV(B)94.55º33.67%76.86%-
XYZ37.8748.3628.46-
YUV177.11101.41114.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.64%
GREEN value IS 196 (76.95% from 255) = 40.50%
BLUE value IS 130 (51.17% from 255) = 26.86%
R=32.64%
G=40.50%
B=26.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1581961300.1900.340.2394.5535.8763.92
Hex9EC48213022175f2440
Octal236304202230422713744100
Binary1001111011000100100000101001101000101011110111111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,196,130); }

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

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

 a { background-color: rgb(158,196,130); }

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

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

 span { border-color: rgb(158,196,130); }

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