#9ef411

Color #9EF411 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #9EF411

Tints of Spring Bud #9EF411

Color information

#9EF411 (or 0x9EF411) is unknown color: approx Spring Bud. HEX triplet: 9E, F4 and 11. RGB value is (158,244,17). Sum of RGB (Red+Green+Blue) = 158+244+17=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 244 (95.70% from 255 or 58.23% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 244 - color contains mainly: green. Hex color #9EF411 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EF411 is #610BEE. Grayscale: #C1C1C1. Windows color (decimal): -6360047 or 1176734. OLE color: 1176734.

HSL color Cylindrical-coordinate representation of color #9EF411: hue angle of 82.73º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9EF411 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB15824417-
CMYK0.3500.930.04
HSL82.73º91.16%51.18%-
HSV(B)82.73º93.03%95.69%-
XYZ46.5572.0111.98-
YUV192.4129.01103.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.71%
GREEN value IS 244 (95.70% from 255) = 58.23%
BLUE value IS 17 (7.03% from 255) = 4.06%
R=37.71%
G=58.23%
B=4.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal158244170.3500.930.0482.7391.1651.18
Hex9EF4112305D4535b33
Octal23636421430135412313363
Binary1001111011110100100011000110101110110010100111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ef411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,244,17); }

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

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

 a { background-color: rgb(158,244,17); }

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

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

 span { border-color: rgb(158,244,17); }

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