Html Css Color HEX #A1FE04 Spring Bud

📋 copy color: '#A1FE04'

red 161 ◦ green 254 ◦ blue 4

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

Shades of Spring Bud #A1FE04

Tints of Spring Bud #A1FE04

RGB

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

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

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

R = 38.42%
G = 60.62%
B = 0.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#A1FE04 (or 0xA1FE04) is known color: Spring Bud. HEX triplet: A1, FE and 04. RGB value is (161,254,4). Sum of RGB (Red+Green+Blue) = 161+254+4=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 254 (99.61% from 255 or 60.62% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FE04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FE04 is #5E01FB. Grayscale: #C6C6C6. Windows color (decimal): -6160892 or 327329. OLE color: 327329.

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

Color convert

RGB 161 254 4 -
CMYK 0.37 0 0.98 0.00
HSL 82.32º 0.99% 0.51% -
HSV(B) 82.32º 0.98% 1% -
XYZ 50.16 78.47 12.62 -
YUV 197.69 18.69 101.83 -
System Red Green Blue C M Y K H S L
Decimal 161 254 4 0.37 0 0.98 0.00 82.32 0.99 0.51
Hex A1 FE 4 25 0 62 0 52 63 33
Octal 241 376 4 45 0 142 0 122 143 63
Binary 10100001 11111110 100 100101 0 1100010 0 1010010 1100011 110011

Color Harmonies of #A1FE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FE04

Black with #A1FE04

Text Example


Text Example

White with #A1FE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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