#9EED42

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

Shades of Green Yellow #9EED42

Tints of Green Yellow #9EED42

Color information

#9EED42 (or 0x9EED42) is unknown color: approx Green Yellow. HEX triplet: 9E, ED and 42. RGB value is (158,237,66). Sum of RGB (Red+Green+Blue) = 158+237+66=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #9EED42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EED42 is #6112BD. Grayscale: #C2C2C2. Windows color (decimal): -6361790 or 4386206. OLE color: 4386206.

HSL color Cylindrical-coordinate representation of color #9EED42: hue angle of 87.72º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9EED42 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB15823766-
CMYK0.3300.720.07
HSL87.72º82.61%59.41%-
HSV(B)87.72º72.15%92.94%-
XYZ45.3768.2315.93-
YUV193.8855.83102.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.27%
GREEN value IS 237 (92.97% from 255) = 51.41%
BLUE value IS 66 (26.17% from 255) = 14.32%
R=34.27%
G=51.41%
B=14.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal158237660.3300.720.0787.7282.6159.41
Hex9EED4221048758533b
Octal236355102410110713012373
Binary100111101110110110000101000010100100011110110001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EED42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,237,66); }

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

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

 a { background-color: rgb(158,237,66); }

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

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

 span { border-color: rgb(158,237,66); }

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