#A1F945

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

Shades of Green Yellow #A1F945

Tints of Green Yellow #A1F945

Color information

#A1F945 (or 0xA1F945) is unknown color: approx Green Yellow. HEX triplet: A1, F9 and 45. RGB value is (161,249,69). Sum of RGB (Red+Green+Blue) = 161+249+69=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 69 (27.34% from 255 or 14.41% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F945 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F945 is #5E06BA. Grayscale: #CACACA. Windows color (decimal): -6162107 or 4585889. OLE color: 4585889.

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

Color convert

RGB16124969-
CMYK0.3500.720.02
HSL89.33º93.75%62.35%-
HSV(B)89.33º72.29%97.65%-
XYZ49.6575.7617.64-
YUV202.1752.8598.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.61%
GREEN value IS 249 (97.66% from 255) = 51.98%
BLUE value IS 69 (27.34% from 255) = 14.41%
R=33.61%
G=51.98%
B=14.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161249690.3500.720.0289.3393.7562.35
HexA1F945230482595e3e
Octal241371105430110213113676
Binary10100001111110011000101100011010010001010110011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F945; }

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

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

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

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

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

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

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

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