#A1F186

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

Shades of Granny Smith Apple #A1F186

Tints of Granny Smith Apple #A1F186

Color information

#A1F186 (or 0xA1F186) is unknown color: approx Granny Smith Apple. HEX triplet: A1, F1 and 86. RGB value is (161,241,134). Sum of RGB (Red+Green+Blue) = 161+241+134=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F186 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F186 is #5E0E79. Grayscale: #CDCDCD. Windows color (decimal): -6164090 or 8843681. OLE color: 8843681.

HSL color Cylindrical-coordinate representation of color #A1F186: hue angle of 104.86º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1F186 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB161241134-
CMYK0.3300.440.05
HSL104.86º79.26%73.53%-
HSV(B)104.86º44.4%94.51%-
XYZ50.4672.2133.83-
YUV204.888896.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.04%
GREEN value IS 241 (94.53% from 255) = 44.96%
BLUE value IS 134 (52.73% from 255) = 25%
R=30.04%
G=44.96%
B=25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612411340.3300.440.05104.8679.2673.53
HexA1F1862102C5694f4a
Octal241361206410545151117112
Binary1010000111110001100001101000010101100101110100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F186; }

 p { color: rgb(161,241,134); }

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

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

 a { background-color: rgb(161,241,134); }

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

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

 span { border-color: rgb(161,241,134); }

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