#A0E292

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

Shades of Granny Smith Apple #A0E292

Tints of Granny Smith Apple #A0E292

Color information

#A0E292 (or 0xA0E292) is unknown color: approx Granny Smith Apple. HEX triplet: A0, E2 and 92. RGB value is (160,226,146). Sum of RGB (Red+Green+Blue) = 160+226+146=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 226 (88.67% from 255 or 42.48% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E292 is #5F1D6D. Grayscale: #C5C5C5. Windows color (decimal): -6233454 or 9626272. OLE color: 9626272.

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

Color convert

RGB160226146-
CMYK0.2900.350.11
HSL109.5º57.97%72.94%-
HSV(B)109.5º35.4%88.63%-
XYZ46.8863.9437.07-
YUV197.1599.13101.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.08%
GREEN value IS 226 (88.67% from 255) = 42.48%
BLUE value IS 146 (57.42% from 255) = 27.44%
R=30.08%
G=42.48%
B=27.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602261460.2900.350.11109.557.9772.94
HexA0E2921D023B6d3a49
Octal240342222350431315572111
Binary101000001110001010010010111010100011101111011011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E292; }

 p { color: rgb(160,226,146); }

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

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

 a { background-color: rgb(160,226,146); }

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

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

 span { border-color: rgb(160,226,146); }

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