#A1D795

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

Shades of Granny Smith Apple #A1D795

Tints of Granny Smith Apple #A1D795

Color information

#A1D795 (or 0xA1D795) is unknown color: approx Granny Smith Apple. HEX triplet: A1, D7 and 95. RGB value is (161,215,149). Sum of RGB (Red+Green+Blue) = 161+215+149=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D795 is #5E286A. Grayscale: #BFBFBF. Windows color (decimal): -6170731 or 9820065. OLE color: 9820065.

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

Color convert

RGB161215149-
CMYK0.2500.310.16
HSL109.09º45.21%71.37%-
HSV(B)109.09º30.7%84.31%-
XYZ44.4258.3537.35-
YUV191.33104.11106.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.67%
GREEN value IS 215 (84.38% from 255) = 40.95%
BLUE value IS 149 (58.59% from 255) = 28.38%
R=30.67%
G=40.95%
B=28.38%

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
Decimal1612151490.2500.310.16109.0945.2171.37
HexA1D7951901F106d2d47
Octal241327225310372015555107
Binary101000011101011110010101110010111111000011011011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D795; }

 p { color: rgb(161,215,149); }

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

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

 a { background-color: rgb(161,215,149); }

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

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

 span { border-color: rgb(161,215,149); }

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