Html Css Color HEX #A1F820 Green Yellow

📋 copy color: '#A1F820'

red 161 ◦ green 248 ◦ blue 32

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

Shades of Green Yellow #A1F820

Tints of Green Yellow #A1F820

RGB

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

 GREEN value IS 248 (97.27% from 255) = 56.24%

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

R = 36.51%
G = 56.24%
B = 7.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#A1F820 (or 0xA1F820) is known color: Green Yellow. HEX triplet: A1, F8 and 20. RGB value is (161,248,32). Sum of RGB (Red+Green+Blue) = 161+248+32=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 248 (97.27% from 255 or 56.24% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F820 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F820 is #5E07DF. Grayscale: #C6C6C6. Windows color (decimal): -6162400 or 2160801. OLE color: 2160801.

HSL color Cylindrical-coordinate representation of color #A1F820: hue angle of 84.17º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1F820 is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 248 32 -
CMYK 0.35 0 0.87 0.03
HSL 84.17º 0.94% 0.55% -
HSV(B) 84.17º 0.87% 0.97% -
XYZ 48.53 74.82 13.25 -
YUV 197.36 34.68 102.06 -
System Red Green Blue C M Y K H S L
Decimal 161 248 32 0.35 0 0.87 0.03 84.17 0.94 0.55
Hex A1 F8 20 23 0 57 3 54 5E 37
Octal 241 370 40 43 0 127 3 124 136 67
Binary 10100001 11111000 100000 100011 0 1010111 11 1010100 1011110 110111

Color Harmonies of #A1F820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F820

Black with #A1F820

Text Example


Text Example

White with #A1F820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F820; }

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

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

background-color css

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

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

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

border-color css

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

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

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