Html Css Color HEX #9EEB01 Spring Bud

📋 copy color: '#9EEB01'

red 158 ◦ green 235 ◦ blue 1

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

Shades of Spring Bud #9EEB01

Tints of Spring Bud #9EEB01

RGB

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

 GREEN value IS 235 (92.19% from 255) = 59.64%

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

R = 40.1%
G = 59.64%
B = 0.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#9EEB01 (or 0x9EEB01) is known color: Spring Bud. HEX triplet: 9E, EB and 01. RGB value is (158,235,1). Sum of RGB (Red+Green+Blue) = 158+235+1=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 235 (92.19% from 255 or 59.64% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEB01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EEB01 is #6114FE. Grayscale: #BABABA. Windows color (decimal): -6362367 or 125854. OLE color: 125854.

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

Color convert

RGB 158 235 1 -
CMYK 0.33 0 1.00 0.08
HSL 79.74º 0.99% 0.46% -
HSV(B) 79.74º 1% 0.92% -
XYZ 43.81 66.69 10.59 -
YUV 185.3 23.99 108.53 -
System Red Green Blue C M Y K H S L
Decimal 158 235 1 0.33 0 1.00 0.08 79.74 0.99 0.46
Hex 9E EB 1 21 0 64 8 50 63 2E
Octal 236 353 1 41 0 144 10 120 143 56
Binary 10011110 11101011 1 100001 0 1100100 1000 1010000 1100011 101110

Color Harmonies of #9EEB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEB01

Black with #9EEB01

Text Example


Text Example

White with #9EEB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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