#9ED521

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

Shades of Yellow Green #9ED521

Tints of Yellow Green #9ED521

Color information

#9ED521 (or 0x9ED521) is unknown color: approx Yellow Green. HEX triplet: 9E, D5 and 21. RGB value is (158,213,33). Sum of RGB (Red+Green+Blue) = 158+213+33=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED521 is #612ADE. Grayscale: #B0B0B0. Windows color (decimal): -6367967 or 2217374. OLE color: 2217374.

HSL color Cylindrical-coordinate representation of color #9ED521: hue angle of 78.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9ED521 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB15821333-
CMYK0.2600.850.16
HSL78.33º73.17%48.24%-
HSV(B)78.33º84.51%83.53%-
XYZ38.1754.9710.04-
YUV176.0447.28115.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.11%
GREEN value IS 213 (83.59% from 255) = 52.72%
BLUE value IS 33 (13.28% from 255) = 8.17%
R=39.11%
G=52.72%
B=8.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal158213330.2600.850.1678.3373.1748.24
Hex9ED5211A055104e4930
Octal236325413201252011611160
Binary100111101101010110000111010010101011000010011101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,213,33); }

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

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

 a { background-color: rgb(158,213,33); }

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

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

 span { border-color: rgb(158,213,33); }

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