Html Css Color HEX #A1FD04 Spring Bud

📋 copy color: '#A1FD04'

red 161 ◦ green 253 ◦ blue 4

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

Shades of Spring Bud #A1FD04

Tints of Spring Bud #A1FD04

RGB

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

 GREEN value IS 253 (99.22% from 255) = 60.53%

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

R = 38.52%
G = 60.53%
B = 0.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#A1FD04 (or 0xA1FD04) is known color: Spring Bud. HEX triplet: A1, FD and 04. RGB value is (161,253,4). Sum of RGB (Red+Green+Blue) = 161+253+4=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 253 (99.22% from 255 or 60.53% from 418); Blue value is 4 (1.95% from 255 or 0.96% from 418); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FD04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FD04 is #5E02FB. Grayscale: #C6C6C6. Windows color (decimal): -6161148 or 327073. OLE color: 327073.

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

Color convert

RGB 161 253 4 -
CMYK 0.36 0 0.98 0.01
HSL 82.17º 0.98% 0.5% -
HSV(B) 82.17º 0.98% 0.99% -
XYZ 49.85 77.84 12.51 -
YUV 197.11 19.02 102.25 -
System Red Green Blue C M Y K H S L
Decimal 161 253 4 0.36 0 0.98 0.01 82.17 0.98 0.5
Hex A1 FD 4 24 0 62 1 52 62 32
Octal 241 375 4 44 0 142 1 122 142 62
Binary 10100001 11111101 100 100100 0 1100010 1 1010010 1100010 110010

Color Harmonies of #A1FD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FD04

Black with #A1FD04

Text Example


Text Example

White with #A1FD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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