#A1CF95

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

Shades of Granny Smith Apple #A1CF95

Tints of Granny Smith Apple #A1CF95

Color information

#A1CF95 (or 0xA1CF95) is unknown color: approx Granny Smith Apple. HEX triplet: A1, CF and 95. RGB value is (161,207,149). Sum of RGB (Red+Green+Blue) = 161+207+149=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CF95 is #5E306A. Grayscale: #BABABA. Windows color (decimal): -6172779 or 9818017. OLE color: 9818017.

HSL color Cylindrical-coordinate representation of color #A1CF95: hue angle of 107.59º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1CF95 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB161207149-
CMYK0.2200.280.19
HSL107.59º37.66%69.8%-
HSV(B)107.59º28.02%81.18%-
XYZ42.4454.3736.69-
YUV186.63106.76109.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 207 (81.25% from 255) = 40.04%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=31.14%
G=40.04%
B=28.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612071490.2200.280.19107.5937.6669.8
HexA1CF951601C136c2646
Octal241317225260342315446106
Binary101000011100111110010101101100111001001111011001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CF95; }

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

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

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

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

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

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

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

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