Html Css Color HEX #9EF008 Spring Bud

📋 copy color: '#9EF008'

red 158 ◦ green 240 ◦ blue 8

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

Shades of Spring Bud #9EF008

Tints of Spring Bud #9EF008

RGB

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

 GREEN value IS 240 (94.14% from 255) = 59.11%

 BLUE value IS 8 (3.52% from 255) = 1.97%

R = 38.92%
G = 59.11%
B = 1.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#9EF008 (or 0x9EF008) is known color: Spring Bud. HEX triplet: 9E, F0 and 08. RGB value is (158,240,8). Sum of RGB (Red+Green+Blue) = 158+240+8=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 240 (94.14% from 255 or 59.11% from 406); Blue value is 8 (3.52% from 255 or 1.97% from 406); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF008 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EF008 is #610FF7. Grayscale: #BDBDBD. Windows color (decimal): -6361080 or 585886. OLE color: 585886.

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

Color convert

RGB 158 240 8 -
CMYK 0.34 0 0.97 0.06
HSL 81.21º 0.94% 0.49% -
HSV(B) 81.21º 0.97% 0.94% -
XYZ 45.3 69.61 11.28 -
YUV 189.03 25.83 105.86 -
System Red Green Blue C M Y K H S L
Decimal 158 240 8 0.34 0 0.97 0.06 81.21 0.94 0.49
Hex 9E F0 8 22 0 61 6 51 5E 31
Octal 236 360 10 42 0 141 6 121 136 61
Binary 10011110 11110000 1000 100010 0 1100001 110 1010001 1011110 110001

Color Harmonies of #9EF008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF008

Black with #9EF008

Text Example


Text Example

White with #9EF008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,240,8); }

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

background-color css

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

 a { background-color: rgb(158,240,8); }

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

border-color css

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

 span { border-color: rgb(158,240,8); }

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