Html Css Color HEX #A1FA04 Spring Bud

📋 copy color: '#A1FA04'

red 161 ◦ green 250 ◦ blue 4

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

Shades of Spring Bud #A1FA04

Tints of Spring Bud #A1FA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 38.8%
G = 60.24%
B = 0.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#A1FA04 (or 0xA1FA04) is known color: Spring Bud. HEX triplet: A1, FA and 04. RGB value is (161,250,4). Sum of RGB (Red+Green+Blue) = 161+250+4=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 250 (98.05% from 255 or 60.24% from 415); Blue value is 4 (1.95% from 255 or 0.96% from 415); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FA04 is #5E05FB. Grayscale: #C4C4C4. Windows color (decimal): -6161916 or 326305. OLE color: 326305.

HSL color Cylindrical-coordinate representation of color #A1FA04: hue angle of 81.71º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1FA04 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 250 4 -
CMYK 0.36 0 0.98 0.02
HSL 81.71º 0.97% 0.5% -
HSV(B) 81.71º 0.98% 0.98% -
XYZ 48.91 75.96 12.2 -
YUV 195.35 20.01 103.5 -
System Red Green Blue C M Y K H S L
Decimal 161 250 4 0.36 0 0.98 0.02 81.71 0.97 0.5
Hex A1 FA 4 24 0 62 2 52 61 32
Octal 241 372 4 44 0 142 2 122 141 62
Binary 10100001 11111010 100 100100 0 1100010 10 1010010 1100001 110010

Color Harmonies of #A1FA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FA04

Black with #A1FA04

Text Example


Text Example

White with #A1FA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FA04; }

 p { color: rgb(161,250,4); }

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

background-color css

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

 a { background-color: rgb(161,250,4); }

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

border-color css

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

 span { border-color: rgb(161,250,4); }

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