Html Css Color HEX #9EF801 Spring Bud

📋 copy color: '#9EF801'

red 158 ◦ green 248 ◦ blue 1

#9EF801
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #9EF801

Tints of Spring Bud #9EF801

RGB

 RED value IS 158 (62.11% from 255) = 38.82%

 GREEN value IS 248 (97.27% from 255) = 60.93%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 38.82%
G = 60.93%
B = 0.25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#9EF801 (or 0x9EF801) is known color: Spring Bud. HEX triplet: 9E, F8 and 01. RGB value is (158,248,1). Sum of RGB (Red+Green+Blue) = 158+248+1=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 248 (97.27% from 255 or 60.93% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 248 - color contains mainly: green. Hex color #9EF801 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EF801 is #6107FE. Grayscale: #C1C1C1. Windows color (decimal): -6359039 or 129182. OLE color: 129182.

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

Color convert

RGB 158 248 1 -
CMYK 0.36 0 1.00 0.03
HSL 81.86º 0.99% 0.49% -
HSV(B) 81.86º 1% 0.97% -
XYZ 47.67 74.41 11.88 -
YUV 192.93 19.68 103.08 -
System Red Green Blue C M Y K H S L
Decimal 158 248 1 0.36 0 1.00 0.03 81.86 0.99 0.49
Hex 9E F8 1 24 0 64 3 52 63 31
Octal 236 370 1 44 0 144 3 122 143 61
Binary 10011110 11111000 1 100100 0 1100100 11 1010010 1100011 110001

Color Harmonies of #9EF801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF801

Black with #9EF801

Text Example


Text Example

White with #9EF801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EF801;
 }
 .AnyTagClassName
 {
   color: #9EF801;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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