Html Css Color HEX #A1FA19 Green Yellow

📋 copy color: '#A1FA19'

red 161 ◦ green 250 ◦ blue 25

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

Shades of Green Yellow #A1FA19

Tints of Green Yellow #A1FA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.73%

R = 36.93%
G = 57.34%
B = 5.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#A1FA19 (or 0xA1FA19) is known color: Green Yellow. HEX triplet: A1, FA and 19. RGB value is (161,250,25). Sum of RGB (Red+Green+Blue) = 161+250+25=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 250 (98.05% from 255 or 57.34% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1FA19 is #5E05E6. Grayscale: #C6C6C6. Windows color (decimal): -6161895 or 1702561. OLE color: 1702561.

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

Color convert

RGB 161 250 25 -
CMYK 0.36 0 0.9 0.02
HSL 83.73º 0.96% 0.54% -
HSV(B) 83.73º 0.9% 0.98% -
XYZ 49.06 76.02 13.01 -
YUV 197.74 30.51 101.8 -
System Red Green Blue C M Y K H S L
Decimal 161 250 25 0.36 0 0.9 0.02 83.73 0.96 0.54
Hex A1 FA 19 24 0 5A 2 54 60 36
Octal 241 372 31 44 0 132 2 124 140 66
Binary 10100001 11111010 11001 100100 0 1011010 10 1010100 1100000 110110

Color Harmonies of #A1FA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FA19

Black with #A1FA19

Text Example


Text Example

White with #A1FA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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