#A1D992

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

Shades of Granny Smith Apple #A1D992

Tints of Granny Smith Apple #A1D992

Color information

#A1D992 (or 0xA1D992) is unknown color: approx Granny Smith Apple. HEX triplet: A1, D9 and 92. RGB value is (161,217,146). Sum of RGB (Red+Green+Blue) = 161+217+146=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D992 is #5E266D. Grayscale: #C0C0C0. Windows color (decimal): -6170222 or 9623969. OLE color: 9623969.

HSL color Cylindrical-coordinate representation of color #A1D992: hue angle of 107.32º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1D992 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB161217146-
CMYK0.2600.330.15
HSL107.32º48.3%71.18%-
HSV(B)107.32º32.72%85.1%-
XYZ44.759.2836.28-
YUV192.16101.95105.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 146 (57.42% from 255) = 27.86%
R=30.73%
G=41.41%
B=27.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612171460.2600.330.15107.3248.371.18
HexA1D9921A021F6b3047
Octal241331222320411715360107
Binary101000011101100110010010110100100001111111010111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D992; }

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

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

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

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

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

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

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

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