Html Css Color HEX #9FFA01 Spring Bud

📋 copy color: '#9FFA01'

red 159 ◦ green 250 ◦ blue 1

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

Shades of Spring Bud #9FFA01

Tints of Spring Bud #9FFA01

RGB

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

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

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

R = 38.78%
G = 60.98%
B = 0.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#9FFA01 (or 0x9FFA01) is known color: Spring Bud. HEX triplet: 9F, FA and 01. RGB value is (159,250,1). Sum of RGB (Red+Green+Blue) = 159+250+1=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 250 (98.05% from 255 or 60.98% from 410); Blue value is 1 (0.78% from 255 or 0.24% from 410); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFA01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFA01 is #6005FE. Grayscale: #C3C3C3. Windows color (decimal): -6292991 or 129695. OLE color: 129695.

HSL color Cylindrical-coordinate representation of color #9FFA01: hue angle of 81.93º 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 #9FFA01 is Cyan = 0.36, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 250 1 -
CMYK 0.36 0 1.00 0.02
HSL 81.93º 0.99% 0.49% -
HSV(B) 81.93º 1% 0.98% -
XYZ 48.49 75.74 12.09 -
YUV 194.41 18.85 102.75 -
System Red Green Blue C M Y K H S L
Decimal 159 250 1 0.36 0 1.00 0.02 81.93 0.99 0.49
Hex 9F FA 1 24 0 64 2 52 63 31
Octal 237 372 1 44 0 144 2 122 143 61
Binary 10011111 11111010 1 100100 0 1100100 10 1010010 1100011 110001

Color Harmonies of #9FFA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFA01

Black with #9FFA01

Text Example


Text Example

White with #9FFA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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