#A1F28E

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

Shades of Granny Smith Apple #A1F28E

Tints of Granny Smith Apple #A1F28E

Color information

#A1F28E (or 0xA1F28E) is unknown color: approx Granny Smith Apple. HEX triplet: A1, F2 and 8E. RGB value is (161,242,142). Sum of RGB (Red+Green+Blue) = 161+242+142=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F28E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F28E is #5E0D71. Grayscale: #CECECE. Windows color (decimal): -6163826 or 9368225. OLE color: 9368225.

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

Color convert

RGB161242142-
CMYK0.3300.410.05
HSL108.6º79.37%75.29%-
HSV(B)108.6º41.32%94.9%-
XYZ51.3373.0336.98-
YUV206.3891.6695.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.54%
GREEN value IS 242 (94.92% from 255) = 44.40%
BLUE value IS 142 (55.86% from 255) = 26.06%
R=29.54%
G=44.40%
B=26.06%

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
Decimal1612421420.3300.410.05108.679.3775.29
HexA1F28E2102956d4f4b
Octal241362216410515155117113
Binary1010000111110010100011101000010101001101110110110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F28E; }

 p { color: rgb(161,242,142); }

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

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

 a { background-color: rgb(161,242,142); }

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

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

 span { border-color: rgb(161,242,142); }

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