#A1DD92

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

Shades of Granny Smith Apple #A1DD92

Tints of Granny Smith Apple #A1DD92

Color information

#A1DD92 (or 0xA1DD92) is unknown color: approx Granny Smith Apple. HEX triplet: A1, DD and 92. RGB value is (161,221,146). Sum of RGB (Red+Green+Blue) = 161+221+146=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DD92 is #5E226D. Grayscale: #C2C2C2. Windows color (decimal): -6169198 or 9624993. OLE color: 9624993.

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

Color convert

RGB161221146-
CMYK0.2700.340.13
HSL108º52.45%71.96%-
HSV(B)108º33.94%86.67%-
XYZ45.7461.3736.63-
YUV194.51100.62104.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 221 (86.72% from 255) = 41.86%
BLUE value IS 146 (57.42% from 255) = 27.65%
R=30.49%
G=41.86%
B=27.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612211460.2700.340.1310852.4571.96
HexA1DD921B022D6c3448
Octal241335222330421515464110
Binary101000011101110110010010110110100010110111011001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DD92; }

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

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

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

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

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

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

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

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