Html Css Color HEX #A1FF04 Spring Bud

📋 copy color: '#A1FF04'

red 161 ◦ green 255 ◦ blue 4

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

Shades of Spring Bud #A1FF04

Tints of Spring Bud #A1FF04

RGB

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

 GREEN value IS 255 (100% from 255) = 60.71%

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

R = 38.33%
G = 60.71%
B = 0.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#A1FF04 (or 0xA1FF04) is known color: Spring Bud. HEX triplet: A1, FF and 04. RGB value is (161,255,4). Sum of RGB (Red+Green+Blue) = 161+255+4=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 255 (100% from 255 or 60.71% from 420); Blue value is 4 (1.95% from 255 or 0.95% from 420); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FF04 is #5E00FB. Grayscale: #C7C7C7. Windows color (decimal): -6160636 or 327585. OLE color: 327585.

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

Color convert

RGB 161 255 4 -
CMYK 0.37 0 0.98 0
HSL 82.47º 1% 0.51% -
HSV(B) 82.47º 0.98% 1% -
XYZ 50.48 79.11 12.72 -
YUV 198.28 18.36 101.41 -
System Red Green Blue C M Y K H S L
Decimal 161 255 4 0.37 0 0.98 0 82.47 1 0.51
Hex A1 FF 4 25 0 62 0 52 64 33
Octal 241 377 4 45 0 142 0 122 144 63
Binary 10100001 11111111 100 100101 0 1100010 0 1010010 1100100 110011

Color Harmonies of #A1FF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FF04

Black with #A1FF04

Text Example


Text Example

White with #A1FF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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