#A1D295

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

Shades of Granny Smith Apple #A1D295

Tints of Granny Smith Apple #A1D295

Color information

#A1D295 (or 0xA1D295) is unknown color: approx Granny Smith Apple. HEX triplet: A1, D2 and 95. RGB value is (161,210,149). Sum of RGB (Red+Green+Blue) = 161+210+149=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D295 is #5E2D6A. Grayscale: #BCBCBC. Windows color (decimal): -6172011 or 9818785. OLE color: 9818785.

HSL color Cylindrical-coordinate representation of color #A1D295: hue angle of 108.2º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1D295 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB161210149-
CMYK0.2300.290.18
HSL108.2º40.4%70.39%-
HSV(B)108.2º29.05%82.35%-
XYZ43.1755.8436.94-
YUV188.4105.77108.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 210 (82.42% from 255) = 40.38%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=30.96%
G=40.38%
B=28.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612101490.2300.290.18108.240.470.39
HexA1D2951701D126c2846
Octal241322225270352215450106
Binary101000011101001010010101101110111011001011011001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D295; }

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

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

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

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

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

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

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

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