#A1FA45

Color #A1FA45 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #A1FA45

Tints of Green Yellow #A1FA45

Color information

#A1FA45 (or 0xA1FA45) is unknown color: approx Green Yellow. HEX triplet: A1, FA and 45. RGB value is (161,250,69). Sum of RGB (Red+Green+Blue) = 161+250+69=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1FA45 is #5E05BA. Grayscale: #CBCBCB. Windows color (decimal): -6161851 or 4586145. OLE color: 4586145.

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

Color convert

RGB16125069-
CMYK0.3600.720.02
HSL89.5º94.76%62.55%-
HSV(B)89.5º72.4%98.04%-
XYZ49.9676.3817.74-
YUV202.7652.5198.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.54%
GREEN value IS 250 (98.05% from 255) = 52.08%
BLUE value IS 69 (27.34% from 255) = 14.38%
R=33.54%
G=52.08%
B=14.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161250690.3600.720.0289.594.7662.55
HexA1FA452404825a5f3f
Octal241372105440110213213777
Binary10100001111110101000101100100010010001010110101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FA45; }

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

 H1.HeaderClassName
 {
   color: #A1FA45;
 }
 .AnyTagClassName
 {
   color: #A1FA45;
 }
</style>
background-color css

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

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

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

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

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

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