#A1F649

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

Shades of Green Yellow #A1F649

Tints of Green Yellow #A1F649

Color information

#A1F649 (or 0xA1F649) is unknown color: approx Green Yellow. HEX triplet: A1, F6 and 49. RGB value is (161,246,73). Sum of RGB (Red+Green+Blue) = 161+246+73=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 246 (96.48% from 255 or 51.25% from 480); Blue value is 73 (28.91% from 255 or 15.21% from 480); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F649 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F649 is #5E09B6. Grayscale: #C9C9C9. Windows color (decimal): -6162871 or 4847265. OLE color: 4847265.

HSL color Cylindrical-coordinate representation of color #A1F649: hue angle of 89.48º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1F649 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB16124673-
CMYK0.3500.700.04
HSL89.48º90.58%62.55%-
HSV(B)89.48º70.33%96.47%-
XYZ48.8673.9718.01-
YUV200.8655.8499.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.54%
GREEN value IS 246 (96.48% from 255) = 51.25%
BLUE value IS 73 (28.91% from 255) = 15.21%
R=33.54%
G=51.25%
B=15.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal161246730.3500.700.0489.4890.5862.55
HexA1F649230464595b3f
Octal241366111430106413113377
Binary101000011111011010010011000110100011010010110011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F649; }

 p { color: rgb(161,246,73); }

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

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

 a { background-color: rgb(161,246,73); }

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

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

 span { border-color: rgb(161,246,73); }

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