Html Css Color HEX #9EFB0E Spring Bud

📋 copy color: '#9EFB0E'

red 158 ◦ green 251 ◦ blue 14

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

Shades of Spring Bud #9EFB0E

Tints of Spring Bud #9EFB0E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 59.34%

 BLUE value IS 14 (5.86% from 255) = 3.31%

R = 37.35%
G = 59.34%
B = 3.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#9EFB0E (or 0x9EFB0E) is known color: Spring Bud. HEX triplet: 9E, FB and 0E. RGB value is (158,251,14). Sum of RGB (Red+Green+Blue) = 158+251+14=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 251 (98.44% from 255 or 59.34% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFB0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFB0E is #6104F1. Grayscale: #C5C5C5. Windows color (decimal): -6358258 or 981918. OLE color: 981918.

HSL color Cylindrical-coordinate representation of color #9EFB0E: hue angle of 83.54º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9EFB0E is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 251 14 -
CMYK 0.37 0 0.94 0.02
HSL 83.54º 0.97% 0.52% -
HSV(B) 83.54º 0.94% 0.98% -
XYZ 48.68 76.3 12.58 -
YUV 196.18 25.19 100.77 -
System Red Green Blue C M Y K H S L
Decimal 158 251 14 0.37 0 0.94 0.02 83.54 0.97 0.52
Hex 9E FB E 25 0 5E 2 54 61 34
Octal 236 373 16 45 0 136 2 124 141 64
Binary 10011110 11111011 1110 100101 0 1011110 10 1010100 1100001 110100

Color Harmonies of #9EFB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFB0E

Black with #9EFB0E

Text Example


Text Example

White with #9EFB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,251,14); }

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

background-color css

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

 a { background-color: rgb(158,251,14); }

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

border-color css

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

 span { border-color: rgb(158,251,14); }

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