#A2D693

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

Shades of Granny Smith Apple #A2D693

Tints of Granny Smith Apple #A2D693

Color information

#A2D693 (or 0xA2D693) is unknown color: approx Granny Smith Apple. HEX triplet: A2, D6 and 93. RGB value is (162,214,147). Sum of RGB (Red+Green+Blue) = 162+214+147=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D693 is #5D296C. Grayscale: #BFBFBF. Windows color (decimal): -6105453 or 9688738. OLE color: 9688738.

HSL color Cylindrical-coordinate representation of color #A2D693: hue angle of 106.57º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2D693 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB162214147-
CMYK0.2400.310.16
HSL106.57º44.97%70.78%-
HSV(B)106.57º31.31%83.92%-
XYZ44.2157.8836.45-
YUV190.81103.27107.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.98%
GREEN value IS 214 (83.98% from 255) = 40.92%
BLUE value IS 147 (57.81% from 255) = 28.11%
R=30.98%
G=40.92%
B=28.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622141470.2400.310.16106.5744.9770.78
HexA2D6931801F106b2d47
Octal242326223300372015355107
Binary101000101101011010010011110000111111000011010111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D693; }

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

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

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

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

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

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

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

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