Html Css Color HEX #A1F120 Green Yellow

📋 copy color: '#A1F120'

red 161 ◦ green 241 ◦ blue 32

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

Shades of Green Yellow #A1F120

Tints of Green Yellow #A1F120

RGB

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

 GREEN value IS 241 (94.53% from 255) = 55.53%

 BLUE value IS 32 (12.89% from 255) = 7.37%

R = 37.1%
G = 55.53%
B = 7.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#A1F120 (or 0xA1F120) is known color: Green Yellow. HEX triplet: A1, F1 and 20. RGB value is (161,241,32). Sum of RGB (Red+Green+Blue) = 161+241+32=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 241 (94.53% from 255 or 55.53% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F120 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F120 is #5E0EDF. Grayscale: #C2C2C2. Windows color (decimal): -6164192 or 2159009. OLE color: 2159009.

HSL color Cylindrical-coordinate representation of color #A1F120: hue angle of 82.97º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1F120 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 241 32 -
CMYK 0.33 0 0.87 0.05
HSL 82.97º 0.88% 0.54% -
HSV(B) 82.97º 0.87% 0.95% -
XYZ 46.41 70.59 12.55 -
YUV 193.25 37 104.99 -
System Red Green Blue C M Y K H S L
Decimal 161 241 32 0.33 0 0.87 0.05 82.97 0.88 0.54
Hex A1 F1 20 21 0 57 5 53 58 36
Octal 241 361 40 41 0 127 5 123 130 66
Binary 10100001 11110001 100000 100001 0 1010111 101 1010011 1011000 110110

Color Harmonies of #A1F120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F120

Black with #A1F120

Text Example


Text Example

White with #A1F120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F120; }

 p { color: rgb(161,241,32); }

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

background-color css

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

 a { background-color: rgb(161,241,32); }

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

border-color css

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

 span { border-color: rgb(161,241,32); }

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