#A1E08D

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

Shades of Granny Smith Apple #A1E08D

Tints of Granny Smith Apple #A1E08D

Color information

#A1E08D (or 0xA1E08D) is unknown color: approx Granny Smith Apple. HEX triplet: A1, E0 and 8D. RGB value is (161,224,141). Sum of RGB (Red+Green+Blue) = 161+224+141=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E08D is #5E1F72. Grayscale: #C3C3C3. Windows color (decimal): -6168435 or 9298081. OLE color: 9298081.

HSL color Cylindrical-coordinate representation of color #A1E08D: hue angle of 105.54º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1E08D is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB161224141-
CMYK0.2800.370.12
HSL105.54º57.24%71.57%-
HSV(B)105.54º37.05%87.84%-
XYZ46.1662.8134.89-
YUV195.797.13103.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 224 (87.89% from 255) = 42.59%
BLUE value IS 141 (55.47% from 255) = 26.81%
R=30.61%
G=42.59%
B=26.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612241410.2800.370.12105.5457.2471.57
HexA1E08D1C025C6a3948
Octal241340215340451415271110
Binary101000011110000010001101111000100101110011010101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E08D; }

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

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

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

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

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

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

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

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