#9EF241

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

Shades of Green Yellow #9EF241

Tints of Green Yellow #9EF241

Color information

#9EF241 (or 0x9EF241) is unknown color: approx Green Yellow. HEX triplet: 9E, F2 and 41. RGB value is (158,242,65). Sum of RGB (Red+Green+Blue) = 158+242+65=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF241 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EF241 is #610DBE. Grayscale: #C5C5C5. Windows color (decimal): -6360511 or 4321950. OLE color: 4321950.

HSL color Cylindrical-coordinate representation of color #9EF241: hue angle of 88.47º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9EF241 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB15824265-
CMYK0.3500.730.05
HSL88.47º87.19%60.2%-
HSV(B)88.47º73.14%94.9%-
XYZ46.8171.1616.27-
YUV196.7153.67100.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.98%
GREEN value IS 242 (94.92% from 255) = 52.04%
BLUE value IS 65 (25.78% from 255) = 13.98%
R=33.98%
G=52.04%
B=13.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal158242650.3500.730.0588.4787.1960.2
Hex9EF24123049558573c
Octal236362101430111513012774
Binary100111101111001010000011000110100100110110110001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,242,65); }

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

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

 a { background-color: rgb(158,242,65); }

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

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

 span { border-color: rgb(158,242,65); }

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