#A1F480

Color #A1F480 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #A1F480

Tints of Granny Smith Apple #A1F480

Color information

#A1F480 (or 0xA1F480) is unknown color: approx Granny Smith Apple. HEX triplet: A1, F4 and 80. RGB value is (161,244,128). Sum of RGB (Red+Green+Blue) = 161+244+128=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 244 (95.70% from 255 or 45.78% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F480 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F480 is #5E0B7F. Grayscale: #CECECE. Windows color (decimal): -6163328 or 8451233. OLE color: 8451233.

HSL color Cylindrical-coordinate representation of color #A1F480: hue angle of 102.93º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1F480 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB161244128-
CMYK0.3400.480.04
HSL102.93º84.06%72.94%-
HSV(B)102.93º47.54%95.69%-
XYZ50.9473.8431.99-
YUV205.968495.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.21%
GREEN value IS 244 (95.70% from 255) = 45.78%
BLUE value IS 128 (50.39% from 255) = 24.02%
R=30.21%
G=45.78%
B=24.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1612441280.3400.480.04102.9384.0672.94
HexA1F480220304675449
Octal241364200420604147124111
Binary1010000111110100100000001000100110000100110011110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F480; }

 p { color: rgb(161,244,128); }

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

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

 a { background-color: rgb(161,244,128); }

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

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

 span { border-color: rgb(161,244,128); }

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