#A1E28D

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

Shades of Granny Smith Apple #A1E28D

Tints of Granny Smith Apple #A1E28D

Color information

#A1E28D (or 0xA1E28D) is unknown color: approx Granny Smith Apple. HEX triplet: A1, E2 and 8D. RGB value is (161,226,141). Sum of RGB (Red+Green+Blue) = 161+226+141=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E28D is #5E1D72. Grayscale: #C5C5C5. Windows color (decimal): -6167923 or 9298593. OLE color: 9298593.

HSL color Cylindrical-coordinate representation of color #A1E28D: hue angle of 105.88º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1E28D is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB161226141-
CMYK0.2900.380.11
HSL105.88º59.44%71.96%-
HSV(B)105.88º37.61%88.63%-
XYZ46.763.8935.07-
YUV196.8896.47102.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 226 (88.67% from 255) = 42.80%
BLUE value IS 141 (55.47% from 255) = 26.70%
R=30.49%
G=42.80%
B=26.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612261410.2900.380.11105.8859.4471.96
HexA1E28D1D026B6a3b48
Octal241342215350461315273110
Binary101000011110001010001101111010100110101111010101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E28D; }

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

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

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

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

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

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

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

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