#A2D393

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

Shades of Granny Smith Apple #A2D393

Tints of Granny Smith Apple #A2D393

Color information

#A2D393 (or 0xA2D393) is unknown color: approx Granny Smith Apple. HEX triplet: A2, D3 and 93. RGB value is (162,211,147). Sum of RGB (Red+Green+Blue) = 162+211+147=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D393 is #5D2C6C. Grayscale: #BDBDBD. Windows color (decimal): -6106221 or 9687970. OLE color: 9687970.

HSL color Cylindrical-coordinate representation of color #A2D393: hue angle of 105.94º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2D393 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB162211147-
CMYK0.2300.300.17
HSL105.94º42.11%70.2%-
HSV(B)105.94º30.33%82.75%-
XYZ43.4656.3836.19-
YUV189.05104.27108.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.15%
GREEN value IS 211 (82.81% from 255) = 40.58%
BLUE value IS 147 (57.81% from 255) = 28.27%
R=31.15%
G=40.58%
B=28.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622111470.2300.300.17105.9442.1170.2
HexA2D3931701E116a2a46
Octal242323223270362115252106
Binary101000101101001110010011101110111101000111010101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D393; }

 p { color: rgb(162,211,147); }

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

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

 a { background-color: rgb(162,211,147); }

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

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

 span { border-color: rgb(162,211,147); }

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