#A1D595

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

Shades of Granny Smith Apple #A1D595

Tints of Granny Smith Apple #A1D595

Color information

#A1D595 (or 0xA1D595) is unknown color: approx Granny Smith Apple. HEX triplet: A1, D5 and 95. RGB value is (161,213,149). Sum of RGB (Red+Green+Blue) = 161+213+149=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D595 is #5E2A6A. Grayscale: #BEBEBE. Windows color (decimal): -6171243 or 9819553. OLE color: 9819553.

HSL color Cylindrical-coordinate representation of color #A1D595: hue angle of 108.75º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1D595 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB161213149-
CMYK0.2400.300.16
HSL108.75º43.24%70.98%-
HSV(B)108.75º30.05%83.53%-
XYZ43.9257.3437.19-
YUV190.16104.77107.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.78%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 149 (58.59% from 255) = 28.49%
R=30.78%
G=40.73%
B=28.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612131490.2400.300.16108.7543.2470.98
HexA1D5951801E106d2b47
Octal241325225300362015553107
Binary101000011101010110010101110000111101000011011011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D595; }

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

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

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

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

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

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

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

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