Html Css Color HEX #9EF800 Spring Bud

📋 copy color: '#9EF800'

red 158 ◦ green 248 ◦ blue 0

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

Shades of Spring Bud #9EF800

Tints of Spring Bud #9EF800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.92%
G = 61.08%
B = 0%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#9EF800 (or 0x9EF800) is known color: Spring Bud. HEX triplet: 9E, F8 and 00. RGB value is (158,248,0). Sum of RGB (Red+Green+Blue) = 158+248+0=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 248 (97.27% from 255 or 61.08% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 248 - color contains mainly: green. Hex color #9EF800 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EF800 is #6107FF. Grayscale: #C1C1C1. Windows color (decimal): -6359040 or 63646. OLE color: 63646.

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

Color convert

RGB 158 248 0 -
CMYK 0.36 0 1 0.03
HSL 81.77º 1% 0.49% -
HSV(B) 81.77º 1% 0.97% -
XYZ 47.67 74.4 11.85 -
YUV 192.82 19.18 103.17 -
System Red Green Blue C M Y K H S L
Decimal 158 248 0 0.36 0 1 0.03 81.77 1 0.49
Hex 9E F8 0 24 0 64 3 52 64 31
Octal 236 370 0 44 0 144 3 122 144 61
Binary 10011110 11111000 0 100100 0 1100100 11 1010010 1100100 110001

Color Harmonies of #9EF800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF800

Black with #9EF800

Text Example


Text Example

White with #9EF800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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