#A1EA92

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

Shades of Granny Smith Apple #A1EA92

Tints of Granny Smith Apple #A1EA92

Color information

#A1EA92 (or 0xA1EA92) is unknown color: approx Granny Smith Apple. HEX triplet: A1, EA and 92. RGB value is (161,234,146). Sum of RGB (Red+Green+Blue) = 161+234+146=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EA92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EA92 is #5E156D. Grayscale: #CACACA. Windows color (decimal): -6165870 or 9628321. OLE color: 9628321.

HSL color Cylindrical-coordinate representation of color #A1EA92: hue angle of 109.77º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1EA92 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB161234146-
CMYK0.3100.380.08
HSL109.77º67.69%74.51%-
HSV(B)109.77º37.61%91.76%-
XYZ49.3168.537.82-
YUV202.1496.3298.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.76%
GREEN value IS 234 (91.80% from 255) = 43.25%
BLUE value IS 146 (57.42% from 255) = 26.99%
R=29.76%
G=43.25%
B=26.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612341460.3100.380.08109.7767.6974.51
HexA1EA921F02686e444b
Octal2413522223704610156104113
Binary1010000111101010100100101111101001101000110111010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EA92; }

 p { color: rgb(161,234,146); }

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

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

 a { background-color: rgb(161,234,146); }

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

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

 span { border-color: rgb(161,234,146); }

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