Html Css Color HEX #9EEF00 Spring Bud

📋 copy color: '#9EEF00'

red 158 ◦ green 239 ◦ blue 0

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

Shades of Spring Bud #9EEF00

Tints of Spring Bud #9EEF00

RGB

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

 GREEN value IS 239 (93.75% from 255) = 60.2%

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

R = 39.8%
G = 60.2%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#9EEF00 (or 0x9EEF00) is known color: Spring Bud. HEX triplet: 9E, EF and 00. RGB value is (158,239,0). Sum of RGB (Red+Green+Blue) = 158+239+0=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 239 (93.75% from 255 or 60.20% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EEF00 is #6110FF. Grayscale: #BCBCBC. Windows color (decimal): -6361344 or 61342. OLE color: 61342.

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

Color convert

RGB 158 239 0 -
CMYK 0.34 0 1 0.06
HSL 80.33º 1% 0.47% -
HSV(B) 80.33º 1% 0.94% -
XYZ 44.97 69 10.95 -
YUV 187.54 22.16 106.93 -
System Red Green Blue C M Y K H S L
Decimal 158 239 0 0.34 0 1 0.06 80.33 1 0.47
Hex 9E EF 0 22 0 64 6 50 64 2F
Octal 236 357 0 42 0 144 6 120 144 57
Binary 10011110 11101111 0 100010 0 1100100 110 1010000 1100100 101111

Color Harmonies of #9EEF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEF00

Black with #9EEF00

Text Example


Text Example

White with #9EEF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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