Html Css Color HEX #9FFE01 Spring Bud

📋 copy color: '#9FFE01'

red 159 ◦ green 254 ◦ blue 1

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

Shades of Spring Bud #9FFE01

Tints of Spring Bud #9FFE01

RGB

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

 GREEN value IS 254 (99.61% from 255) = 61.35%

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

R = 38.41%
G = 61.35%
B = 0.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#9FFE01 (or 0x9FFE01) is known color: Spring Bud. HEX triplet: 9F, FE and 01. RGB value is (159,254,1). Sum of RGB (Red+Green+Blue) = 159+254+1=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 254 (99.61% from 255 or 61.35% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFE01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFE01 is #6001FE. Grayscale: #C5C5C5. Windows color (decimal): -6291967 or 130719. OLE color: 130719.

HSL color Cylindrical-coordinate representation of color #9FFE01: hue angle of 82.53º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FFE01 is Cyan = 0.37, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 159 254 1 -
CMYK 0.37 0 1.00 0.00
HSL 82.53º 0.99% 0.5% -
HSV(B) 82.53º 1% 1% -
XYZ 49.75 78.26 12.51 -
YUV 196.75 17.53 101.07 -
System Red Green Blue C M Y K H S L
Decimal 159 254 1 0.37 0 1.00 0.00 82.53 0.99 0.5
Hex 9F FE 1 25 0 64 0 53 63 32
Octal 237 376 1 45 0 144 0 123 143 62
Binary 10011111 11111110 1 100101 0 1100100 0 1010011 1100011 110010

Color Harmonies of #9FFE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFE01

Black with #9FFE01

Text Example


Text Example

White with #9FFE01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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