Html Css Color HEX #9EFC0B Spring Bud

📋 copy color: '#9EFC0B'

red 158 ◦ green 252 ◦ blue 11

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

Shades of Spring Bud #9EFC0B

Tints of Spring Bud #9EFC0B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 59.86%

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

R = 37.53%
G = 59.86%
B = 2.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#9EFC0B (or 0x9EFC0B) is known color: Spring Bud. HEX triplet: 9E, FC and 0B. RGB value is (158,252,11). Sum of RGB (Red+Green+Blue) = 158+252+11=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 252 (98.83% from 255 or 59.86% from 421); Blue value is 11 (4.69% from 255 or 2.61% from 421); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFC0B is #6103F4. Grayscale: #C5C5C5. Windows color (decimal): -6358005 or 785566. OLE color: 785566.

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

Color convert

RGB 158 252 11 -
CMYK 0.37 0 0.96 0.01
HSL 83.4º 0.98% 0.52% -
HSV(B) 83.4º 0.96% 0.99% -
XYZ 48.97 76.91 12.58 -
YUV 196.42 23.36 100.6 -
System Red Green Blue C M Y K H S L
Decimal 158 252 11 0.37 0 0.96 0.01 83.4 0.98 0.52
Hex 9E FC B 25 0 60 1 53 62 34
Octal 236 374 13 45 0 140 1 123 142 64
Binary 10011110 11111100 1011 100101 0 1100000 1 1010011 1100010 110100

Color Harmonies of #9EFC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFC0B

Black with #9EFC0B

Text Example


Text Example

White with #9EFC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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