#9ED283

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

Shades of Gossip #9ED283

Tints of Gossip #9ED283

Color information

#9ED283 (or 0x9ED283) is unknown color: approx Gossip. HEX triplet: 9E, D2 and 83. RGB value is (158,210,131). Sum of RGB (Red+Green+Blue) = 158+210+131=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED283 is #612D7C. Grayscale: #B9B9B9. Windows color (decimal): -6368637 or 8639134. OLE color: 8639134.

HSL color Cylindrical-coordinate representation of color #9ED283: hue angle of 99.49º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ED283 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB158210131-
CMYK0.2500.380.18
HSL99.49º46.75%66.86%-
HSV(B)99.49º37.62%82.35%-
XYZ41.245529.92-
YUV185.4597.27108.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.66%
GREEN value IS 210 (82.42% from 255) = 42.08%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=31.66%
G=42.08%
B=26.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582101310.2500.380.1899.4946.7566.86
Hex9ED2831902612632f43
Octal236322203310462214357103
Binary1001111011010010100000111100101001101001011000111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,210,131); }

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

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

 a { background-color: rgb(158,210,131); }

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

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

 span { border-color: rgb(158,210,131); }

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