#A1F18D

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

Shades of Granny Smith Apple #A1F18D

Tints of Granny Smith Apple #A1F18D

Color information

#A1F18D (or 0xA1F18D) is unknown color: approx Granny Smith Apple. HEX triplet: A1, F1 and 8D. RGB value is (161,241,141). Sum of RGB (Red+Green+Blue) = 161+241+141=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F18D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F18D is #5E0E72. Grayscale: #CECECE. Windows color (decimal): -6164083 or 9302433. OLE color: 9302433.

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

Color convert

RGB161241141-
CMYK0.3300.410.05
HSL108º78.12%74.9%-
HSV(B)108º41.49%94.51%-
XYZ50.9672.4136.49-
YUV205.6891.596.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.65%
GREEN value IS 241 (94.53% from 255) = 44.38%
BLUE value IS 141 (55.47% from 255) = 25.97%
R=29.65%
G=44.38%
B=25.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612411410.3300.410.0510878.1274.9
HexA1F18D2102956c4e4b
Octal241361215410515154116113
Binary1010000111110001100011011000010101001101110110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F18D; }

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

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

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

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

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

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

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

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