Html Css Color HEX #9BFA01 Spring Bud

📋 copy color: '#9BFA01'

red 155 ◦ green 250 ◦ blue 1

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

Shades of Spring Bud #9BFA01

Tints of Spring Bud #9BFA01

RGB

 RED value IS 155 (60.94% from 255) = 38.18%

 GREEN value IS 250 (98.05% from 255) = 61.58%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 38.18%
G = 61.58%
B = 0.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#9BFA01 (or 0x9BFA01) is known color: Spring Bud. HEX triplet: 9B, FA and 01. RGB value is (155,250,1). Sum of RGB (Red+Green+Blue) = 155+250+1=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 250 (98.05% from 255 or 61.58% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFA01 is #6405FE. Grayscale: #C2C2C2. Windows color (decimal): -6555135 or 129691. OLE color: 129691.

HSL color Cylindrical-coordinate representation of color #9BFA01: hue angle of 82.89º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BFA01 is Cyan = 0.38, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 250 1 -
CMYK 0.38 0 1.00 0.02
HSL 82.89º 0.99% 0.49% -
HSV(B) 82.89º 1% 0.98% -
XYZ 47.71 75.34 12.06 -
YUV 193.21 19.53 100.75 -
System Red Green Blue C M Y K H S L
Decimal 155 250 1 0.38 0 1.00 0.02 82.89 0.99 0.49
Hex 9B FA 1 26 0 64 2 53 63 31
Octal 233 372 1 46 0 144 2 123 143 61
Binary 10011011 11111010 1 100110 0 1100100 10 1010011 1100011 110001

Color Harmonies of #9BFA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFA01

Black with #9BFA01

Text Example


Text Example

White with #9BFA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,250,1); }

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

background-color css

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

 a { background-color: rgb(155,250,1); }

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

border-color css

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

 span { border-color: rgb(155,250,1); }

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