Html Css Color HEX #9EED08 Spring Bud

📋 copy color: '#9EED08'

red 158 ◦ green 237 ◦ blue 8

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

Shades of Spring Bud #9EED08

Tints of Spring Bud #9EED08

RGB

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

 GREEN value IS 237 (92.97% from 255) = 58.81%

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

R = 39.21%
G = 58.81%
B = 1.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#9EED08 (or 0x9EED08) is known color: Spring Bud. HEX triplet: 9E, ED and 08. RGB value is (158,237,8). Sum of RGB (Red+Green+Blue) = 158+237+8=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 237 (92.97% from 255 or 58.81% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 237 - color contains mainly: green. Hex color #9EED08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EED08 is #6112F7. Grayscale: #BCBCBC. Windows color (decimal): -6361848 or 585118. OLE color: 585118.

HSL color Cylindrical-coordinate representation of color #9EED08: hue angle of 80.7º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9EED08 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 237 8 -
CMYK 0.33 0 0.97 0.07
HSL 80.7º 0.93% 0.48% -
HSV(B) 80.7º 0.97% 0.93% -
XYZ 44.43 67.86 10.99 -
YUV 187.27 26.83 107.12 -
System Red Green Blue C M Y K H S L
Decimal 158 237 8 0.33 0 0.97 0.07 80.7 0.93 0.48
Hex 9E ED 8 21 0 61 7 51 5D 30
Octal 236 355 10 41 0 141 7 121 135 60
Binary 10011110 11101101 1000 100001 0 1100001 111 1010001 1011101 110000

Color Harmonies of #9EED08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EED08

Black with #9EED08

Text Example


Text Example

White with #9EED08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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