#A1F584

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

Shades of Granny Smith Apple #A1F584

Tints of Granny Smith Apple #A1F584

Color information

#A1F584 (or 0xA1F584) is unknown color: approx Granny Smith Apple. HEX triplet: A1, F5 and 84. RGB value is (161,245,132). Sum of RGB (Red+Green+Blue) = 161+245+132=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F584 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F584 is #5E0A7B. Grayscale: #CFCFCF. Windows color (decimal): -6163068 or 8713633. OLE color: 8713633.

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

Color convert

RGB161245132-
CMYK0.3400.460.04
HSL104.6º84.96%73.92%-
HSV(B)104.6º46.12%96.08%-
XYZ51.5274.5533.5-
YUV20785.6795.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.93%
GREEN value IS 245 (96.09% from 255) = 45.54%
BLUE value IS 132 (51.95% from 255) = 24.54%
R=29.93%
G=45.54%
B=24.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1612451320.3400.460.04104.684.9673.92
HexA1F5842202E469554a
Octal241365204420564151125112
Binary1010000111110101100001001000100101110100110100110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F584; }

 p { color: rgb(161,245,132); }

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

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

 a { background-color: rgb(161,245,132); }

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

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

 span { border-color: rgb(161,245,132); }

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