#A1ED85

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

Shades of Granny Smith Apple #A1ED85

Tints of Granny Smith Apple #A1ED85

Color information

#A1ED85 (or 0xA1ED85) is unknown color: approx Granny Smith Apple. HEX triplet: A1, ED and 85. RGB value is (161,237,133). Sum of RGB (Red+Green+Blue) = 161+237+133=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #A1ED85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1ED85 is #5E127A. Grayscale: #CACACA. Windows color (decimal): -6165115 or 8777121. OLE color: 8777121.

HSL color Cylindrical-coordinate representation of color #A1ED85: hue angle of 103.85º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1ED85 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB161237133-
CMYK0.3200.440.07
HSL103.85º74.29%72.55%-
HSV(B)103.85º43.88%92.94%-
XYZ49.2269.8433.08-
YUV202.4288.8298.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.32%
GREEN value IS 237 (92.97% from 255) = 44.63%
BLUE value IS 133 (52.34% from 255) = 25.05%
R=30.32%
G=44.63%
B=25.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612371330.3200.440.07103.8574.2972.55
HexA1ED852002C7684a49
Octal241355205400547150112111
Binary1010000111101101100001011000000101100111110100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ED85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ED85; }

 p { color: rgb(161,237,133); }

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

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

 a { background-color: rgb(161,237,133); }

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

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

 span { border-color: rgb(161,237,133); }

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