#A1FE45

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

Shades of Green Yellow #A1FE45

Tints of Green Yellow #A1FE45

Color information

#A1FE45 (or 0xA1FE45) is unknown color: approx Green Yellow. HEX triplet: A1, FE and 45. RGB value is (161,254,69). Sum of RGB (Red+Green+Blue) = 161+254+69=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 254 (99.61% from 255 or 52.48% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FE45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1FE45 is #5E01BA. Grayscale: #CDCDCD. Windows color (decimal): -6160827 or 4587169. OLE color: 4587169.

HSL color Cylindrical-coordinate representation of color #A1FE45: hue angle of 90.16º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1FE45 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.

Color convert

RGB16125469-
CMYK0.3700.730.00
HSL90.16º98.93%63.33%-
HSV(B)90.16º72.83%99.61%-
XYZ51.2178.8918.16-
YUV205.151.1996.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 254 (99.61% from 255) = 52.48%
BLUE value IS 69 (27.34% from 255) = 14.26%
R=33.26%
G=52.48%
B=14.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal161254690.3700.730.0090.1698.9363.33
HexA1FE452504905a633f
Octal241376105450111013214377
Binary1010000111111110100010110010101001001010110101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FE45; }

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

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

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

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

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

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

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

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