#9EF802

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

Shades of Spring Bud #9EF802

Tints of Spring Bud #9EF802

Color information

#9EF802 (or 0x9EF802) is unknown color: approx Spring Bud. HEX triplet: 9E, F8 and 02. RGB value is (158,248,2). Sum of RGB (Red+Green+Blue) = 158+248+2=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 248 (97.27% from 255 or 60.78% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 248 - color contains mainly: green. Hex color #9EF802 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EF802 is #6107FD. Grayscale: #C1C1C1. Windows color (decimal): -6359038 or 194718. OLE color: 194718.

HSL color Cylindrical-coordinate representation of color #9EF802: hue angle of 81.95º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EF802 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB1582482-
CMYK0.3600.990.03
HSL81.95º98.4%49.02%-
HSV(B)81.95º99.19%97.25%-
XYZ47.6874.4111.91-
YUV193.0520.18103-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.73%
GREEN value IS 248 (97.27% from 255) = 60.78%
BLUE value IS 2 (1.17% from 255) = 0.49%
R=38.73%
G=60.78%
B=0.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal15824820.3600.990.0381.9598.449.02
Hex9EF82240633526231
Octal2363702440143312214261
Binary100111101111100010100100011000111110100101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,248,2); }

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

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

 a { background-color: rgb(158,248,2); }

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

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

 span { border-color: rgb(158,248,2); }

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