#9EF240

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

Shades of Green Yellow #9EF240

Tints of Green Yellow #9EF240

Color information

#9EF240 (or 0x9EF240) is unknown color: approx Green Yellow. HEX triplet: 9E, F2 and 40. RGB value is (158,242,64). Sum of RGB (Red+Green+Blue) = 158+242+64=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF240 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EF240 is #610DBF. Grayscale: #C5C5C5. Windows color (decimal): -6360512 or 4256414. OLE color: 4256414.

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

Color convert

RGB15824264-
CMYK0.3500.740.05
HSL88.31º87.25%60%-
HSV(B)88.31º73.55%94.9%-
XYZ46.7871.1416.12-
YUV196.5953.17100.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.05%
GREEN value IS 242 (94.92% from 255) = 52.16%
BLUE value IS 64 (25.39% from 255) = 13.79%
R=34.05%
G=52.16%
B=13.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal158242640.3500.740.0588.3187.2560
Hex9EF2402304A558573c
Octal236362100430112513012774
Binary100111101111001010000001000110100101010110110001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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