Html Css Color HEX #A1FC50 Green Yellow

📋 copy color: '#A1FC50'

red 161 ◦ green 252 ◦ blue 80

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

Shades of Green Yellow #A1FC50

Tints of Green Yellow #A1FC50

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.12%

 BLUE value IS 80 (31.64% from 255) = 16.23%

R = 32.66%
G = 51.12%
B = 16.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#A1FC50 (or 0xA1FC50) is known color: Green Yellow. HEX triplet: A1, FC and 50. RGB value is (161,252,80). Sum of RGB (Red+Green+Blue) = 161+252+80=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FC50 is #5E03AF. Grayscale: #CDCDCD. Windows color (decimal): -6161328 or 5307553. OLE color: 5307553.

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

Color convert

RGB 161 252 80 -
CMYK 0.36 0 0.68 0.01
HSL 91.74º 0.97% 0.65% -
HSV(B) 91.74º 0.68% 0.99% -
XYZ 50.96 77.78 19.92 -
YUV 205.18 57.35 96.49 -
System Red Green Blue C M Y K H S L
Decimal 161 252 80 0.36 0 0.68 0.01 91.74 0.97 0.65
Hex A1 FC 50 24 0 44 1 5C 61 41
Octal 241 374 120 44 0 104 1 134 141 101
Binary 10100001 11111100 1010000 100100 0 1000100 1 1011100 1100001 1000001

Color Harmonies of #A1FC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FC50

Black with #A1FC50

Text Example


Text Example

White with #A1FC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FC50; }

 p { color: rgb(161,252,80); }

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

background-color css

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

 a { background-color: rgb(161,252,80); }

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

border-color css

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

 span { border-color: rgb(161,252,80); }

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