Html Css Color HEX #9EEC0B Spring Bud

📋 copy color: '#9EEC0B'

red 158 ◦ green 236 ◦ blue 11

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

Shades of Spring Bud #9EEC0B

Tints of Spring Bud #9EEC0B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 58.27%

 BLUE value IS 11 (4.69% from 255) = 2.72%

R = 39.01%
G = 58.27%
B = 2.72%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#9EEC0B (or 0x9EEC0B) is known color: Spring Bud. HEX triplet: 9E, EC and 0B. RGB value is (158,236,11). Sum of RGB (Red+Green+Blue) = 158+236+11=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 236 (92.58% from 255 or 58.27% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 236 - color contains mainly: green. Hex color #9EEC0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EEC0B is #6113F4. Grayscale: #BBBBBB. Windows color (decimal): -6362101 or 781470. OLE color: 781470.

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

Color convert

RGB 158 236 11 -
CMYK 0.33 0 0.95 0.07
HSL 80.8º 0.91% 0.48% -
HSV(B) 80.8º 0.95% 0.93% -
XYZ 44.16 67.28 10.98 -
YUV 187.03 28.66 107.3 -
System Red Green Blue C M Y K H S L
Decimal 158 236 11 0.33 0 0.95 0.07 80.8 0.91 0.48
Hex 9E EC B 21 0 5F 7 51 5B 30
Octal 236 354 13 41 0 137 7 121 133 60
Binary 10011110 11101100 1011 100001 0 1011111 111 1010001 1011011 110000

Color Harmonies of #9EEC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEC0B

Black with #9EEC0B

Text Example


Text Example

White with #9EEC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,236,11); }

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

background-color css

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

 a { background-color: rgb(158,236,11); }

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

border-color css

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

 span { border-color: rgb(158,236,11); }

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