Html Css Color HEX #9AFB01 Spring Bud

📋 copy color: '#9AFB01'

red 154 ◦ green 251 ◦ blue 1

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

Shades of Spring Bud #9AFB01

Tints of Spring Bud #9AFB01

RGB

 RED value IS 154 (60.55% from 255) = 37.93%

 GREEN value IS 251 (98.44% from 255) = 61.82%

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

R = 37.93%
G = 61.82%
B = 0.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#9AFB01 (or 0x9AFB01) is known color: Spring Bud. HEX triplet: 9A, FB and 01. RGB value is (154,251,1). Sum of RGB (Red+Green+Blue) = 154+251+1=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 251 (98.44% from 255 or 61.82% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFB01 is #6504FE. Grayscale: #C2C2C2. Windows color (decimal): -6620415 or 129946. OLE color: 129946.

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

Color convert

RGB 154 251 1 -
CMYK 0.39 0 1.00 0.02
HSL 83.28º 0.99% 0.49% -
HSV(B) 83.28º 1% 0.98% -
XYZ 47.83 75.87 12.15 -
YUV 193.5 19.36 99.83 -
System Red Green Blue C M Y K H S L
Decimal 154 251 1 0.39 0 1.00 0.02 83.28 0.99 0.49
Hex 9A FB 1 27 0 64 2 53 63 31
Octal 232 373 1 47 0 144 2 123 143 61
Binary 10011010 11111011 1 100111 0 1100100 10 1010011 1100011 110001

Color Harmonies of #9AFB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFB01

Black with #9AFB01

Text Example


Text Example

White with #9AFB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,251,1); }

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

background-color css

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

 a { background-color: rgb(154,251,1); }

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

border-color css

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

 span { border-color: rgb(154,251,1); }

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