#A2DD93

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

Shades of Granny Smith Apple #A2DD93

Tints of Granny Smith Apple #A2DD93

Color information

#A2DD93 (or 0xA2DD93) is unknown color: approx Granny Smith Apple. HEX triplet: A2, DD and 93. RGB value is (162,221,147). Sum of RGB (Red+Green+Blue) = 162+221+147=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DD93 is #5D226C. Grayscale: #C3C3C3. Windows color (decimal): -6103661 or 9690530. OLE color: 9690530.

HSL color Cylindrical-coordinate representation of color #A2DD93: hue angle of 107.84º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2DD93 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB162221147-
CMYK0.2700.330.13
HSL107.84º52.11%72.16%-
HSV(B)107.84º33.48%86.67%-
XYZ46.0261.537.05-
YUV194.92100.95104.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.57%
GREEN value IS 221 (86.72% from 255) = 41.70%
BLUE value IS 147 (57.81% from 255) = 27.74%
R=30.57%
G=41.70%
B=27.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622211470.2700.330.13107.8452.1172.16
HexA2DD931B021D6c3448
Octal242335223330411515464110
Binary101000101101110110010011110110100001110111011001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DD93; }

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

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

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

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

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

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

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

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