Html Css Color HEX #9EE801 Spring Bud

📋 copy color: '#9EE801'

red 158 ◦ green 232 ◦ blue 1

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

Shades of Spring Bud #9EE801

Tints of Spring Bud #9EE801

RGB

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

 GREEN value IS 232 (91.02% from 255) = 59.34%

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

R = 40.41%
G = 59.34%
B = 0.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#9EE801 (or 0x9EE801) is known color: Spring Bud. HEX triplet: 9E, E8 and 01. RGB value is (158,232,1). Sum of RGB (Red+Green+Blue) = 158+232+1=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 232 (91.02% from 255 or 59.34% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE801 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EE801 is #6117FE. Grayscale: #B8B8B8. Windows color (decimal): -6363135 or 125086. OLE color: 125086.

HSL color Cylindrical-coordinate representation of color #9EE801: hue angle of 79.22º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9EE801 is Cyan = 0.32, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 232 1 -
CMYK 0.32 0 1.00 0.09
HSL 79.22º 0.99% 0.46% -
HSV(B) 79.22º 1% 0.91% -
XYZ 42.96 64.98 10.31 -
YUV 183.54 24.98 109.78 -
System Red Green Blue C M Y K H S L
Decimal 158 232 1 0.32 0 1.00 0.09 79.22 0.99 0.46
Hex 9E E8 1 20 0 64 9 4F 63 2E
Octal 236 350 1 40 0 144 11 117 143 56
Binary 10011110 11101000 1 100000 0 1100100 1001 1001111 1100011 101110

Color Harmonies of #9EE801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE801

Black with #9EE801

Text Example


Text Example

White with #9EE801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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