Html Css Color HEX #A1F801 Spring Bud

📋 copy color: '#A1F801'

red 161 ◦ green 248 ◦ blue 1

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

Shades of Spring Bud #A1F801

Tints of Spring Bud #A1F801

RGB

 RED value IS 161 (63.28% from 255) = 39.27%

 GREEN value IS 248 (97.27% from 255) = 60.49%

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

R = 39.27%
G = 60.49%
B = 0.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#A1F801 (or 0xA1F801) is known color: Spring Bud. HEX triplet: A1, F8 and 01. RGB value is (161,248,1). Sum of RGB (Red+Green+Blue) = 161+248+1=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 248 (97.27% from 255 or 60.49% from 410); Blue value is 1 (0.78% from 255 or 0.24% from 410); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F801 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F801 is #5E07FE. Grayscale: #C2C2C2. Windows color (decimal): -6162431 or 129185. OLE color: 129185.

HSL color Cylindrical-coordinate representation of color #A1F801: hue angle of 81.13º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1F801 is Cyan = 0.35, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 248 1 -
CMYK 0.35 0 1.00 0.03
HSL 81.13º 0.99% 0.49% -
HSV(B) 81.13º 1% 0.97% -
XYZ 48.27 74.71 11.91 -
YUV 193.83 19.18 104.58 -
System Red Green Blue C M Y K H S L
Decimal 161 248 1 0.35 0 1.00 0.03 81.13 0.99 0.49
Hex A1 F8 1 23 0 64 3 51 63 31
Octal 241 370 1 43 0 144 3 121 143 61
Binary 10100001 11111000 1 100011 0 1100100 11 1010001 1100011 110001

Color Harmonies of #A1F801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F801

Black with #A1F801

Text Example


Text Example

White with #A1F801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F801; }

 p { color: rgb(161,248,1); }

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

background-color css

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

 a { background-color: rgb(161,248,1); }

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

border-color css

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

 span { border-color: rgb(161,248,1); }

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