#A1F18F

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

Shades of Granny Smith Apple #A1F18F

Tints of Granny Smith Apple #A1F18F

Color information

#A1F18F (or 0xA1F18F) is unknown color: approx Granny Smith Apple. HEX triplet: A1, F1 and 8F. RGB value is (161,241,143). Sum of RGB (Red+Green+Blue) = 161+241+143=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F18F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F18F is #5E0E70. Grayscale: #CECECE. Windows color (decimal): -6164081 or 9433505. OLE color: 9433505.

HSL color Cylindrical-coordinate representation of color #A1F18F: hue angle of 108.98º 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 #A1F18F is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB161241143-
CMYK0.3300.410.05
HSL108.98º77.78%75.29%-
HSV(B)108.98º40.66%94.51%-
XYZ51.1172.4737.28-
YUV205.9192.595.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.54%
GREEN value IS 241 (94.53% from 255) = 44.22%
BLUE value IS 143 (56.25% from 255) = 26.24%
R=29.54%
G=44.22%
B=26.24%

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
Decimal1612411430.3300.410.05108.9877.7875.29
HexA1F18F2102956d4e4b
Octal241361217410515155116113
Binary1010000111110001100011111000010101001101110110110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F18F; }

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

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

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

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

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

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

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

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