Html Css Color HEX #9FED0B Spring Bud

📋 copy color: '#9FED0B'

red 159 ◦ green 237 ◦ blue 11

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

Shades of Spring Bud #9FED0B

Tints of Spring Bud #9FED0B

RGB

 RED value IS 159 (62.5% from 255) = 39.07%

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

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

R = 39.07%
G = 58.23%
B = 2.7%

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

#9FED0B (or 0x9FED0B) is known color: Spring Bud. HEX triplet: 9F, ED and 0B. RGB value is (159,237,11). Sum of RGB (Red+Green+Blue) = 159+237+11=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 237 (92.97% from 255 or 58.23% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 237 - color contains mainly: green. Hex color #9FED0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FED0B is #6012F4. Grayscale: #BCBCBC. Windows color (decimal): -6296309 or 781727. OLE color: 781727.

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

Color convert

RGB 159 237 11 -
CMYK 0.33 0 0.95 0.07
HSL 80.71º 0.91% 0.49% -
HSV(B) 80.71º 0.95% 0.93% -
XYZ 44.64 67.96 11.08 -
YUV 187.91 28.16 107.38 -
System Red Green Blue C M Y K H S L
Decimal 159 237 11 0.33 0 0.95 0.07 80.71 0.91 0.49
Hex 9F ED B 21 0 5F 7 51 5B 31
Octal 237 355 13 41 0 137 7 121 133 61
Binary 10011111 11101101 1011 100001 0 1011111 111 1010001 1011011 110001

Color Harmonies of #9FED0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FED0B

Black with #9FED0B

Text Example


Text Example

White with #9FED0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,237,11); }

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

background-color css

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

 a { background-color: rgb(159,237,11); }

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

border-color css

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

 span { border-color: rgb(159,237,11); }

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