#A1D394

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

Shades of Granny Smith Apple #A1D394

Tints of Granny Smith Apple #A1D394

Color information

#A1D394 (or 0xA1D394) is unknown color: approx Granny Smith Apple. HEX triplet: A1, D3 and 94. RGB value is (161,211,148). Sum of RGB (Red+Green+Blue) = 161+211+148=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D394 is #5E2C6B. Grayscale: #BDBDBD. Windows color (decimal): -6171756 or 9753505. OLE color: 9753505.

HSL color Cylindrical-coordinate representation of color #A1D394: hue angle of 107.62º 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 #A1D394 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB161211148-
CMYK0.2400.300.17
HSL107.62º41.72%70.39%-
HSV(B)107.62º29.86%82.75%-
XYZ43.3456.336.6-
YUV188.87104.94108.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 211 (82.81% from 255) = 40.58%
BLUE value IS 148 (58.20% from 255) = 28.46%
R=30.96%
G=40.58%
B=28.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612111480.2400.300.17107.6241.7270.39
HexA1D3941801E116c2a46
Octal241323224300362115452106
Binary101000011101001110010100110000111101000111011001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D394; }

 p { color: rgb(161,211,148); }

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

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

 a { background-color: rgb(161,211,148); }

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

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

 span { border-color: rgb(161,211,148); }

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