#9ED42F

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

Shades of Yellow Green #9ED42F

Tints of Yellow Green #9ED42F

Color information

#9ED42F (or 0x9ED42F) is unknown color: approx Yellow Green. HEX triplet: 9E, D4 and 2F. RGB value is (158,212,47). Sum of RGB (Red+Green+Blue) = 158+212+47=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED42F is #612BD0. Grayscale: #B1B1B1. Windows color (decimal): -6368209 or 3134622. OLE color: 3134622.

HSL color Cylindrical-coordinate representation of color #9ED42F: hue angle of 79.64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9ED42F is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB15821247-
CMYK0.2500.780.17
HSL79.64º65.74%50.78%-
HSV(B)79.64º77.83%83.14%-
XYZ38.1654.5611.21-
YUV177.0454.61114.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.89%
GREEN value IS 212 (83.20% from 255) = 50.84%
BLUE value IS 47 (18.75% from 255) = 11.27%
R=37.89%
G=50.84%
B=11.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal158212470.2500.780.1779.6465.7450.78
Hex9ED42F1904E11504233
Octal236324573101162112010263
Binary100111101101010010111111001010011101000110100001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,212,47); }

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

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

 a { background-color: rgb(158,212,47); }

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

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

 span { border-color: rgb(158,212,47); }

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