#A1D693

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

Shades of Granny Smith Apple #A1D693

Tints of Granny Smith Apple #A1D693

Color information

#A1D693 (or 0xA1D693) is unknown color: approx Granny Smith Apple. HEX triplet: A1, D6 and 93. RGB value is (161,214,147). Sum of RGB (Red+Green+Blue) = 161+214+147=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D693 is #5E296C. Grayscale: #BEBEBE. Windows color (decimal): -6170989 or 9688737. OLE color: 9688737.

HSL color Cylindrical-coordinate representation of color #A1D693: hue angle of 107.46º 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 #A1D693 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB161214147-
CMYK0.2500.310.16
HSL107.46º44.97%70.78%-
HSV(B)107.46º31.31%83.92%-
XYZ44.0157.7836.44-
YUV190.52103.44106.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.84%
GREEN value IS 214 (83.98% from 255) = 41.00%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=30.84%
G=41.00%
B=28.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612141470.2500.310.16107.4644.9770.78
HexA1D6931901F106b2d47
Octal241326223310372015355107
Binary101000011101011010010011110010111111000011010111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D693; }

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

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

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

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

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

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

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

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