#A5F785

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

Shades of Granny Smith Apple #A5F785

Tints of Granny Smith Apple #A5F785

Color information

#A5F785 (or 0xA5F785) is unknown color: approx Granny Smith Apple. HEX triplet: A5, F7 and 85. RGB value is (165,247,133). Sum of RGB (Red+Green+Blue) = 165+247+133=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F785 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F785 is #5A087A. Grayscale: #D1D1D1. Windows color (decimal): -5900411 or 8779685. OLE color: 8779685.

HSL color Cylindrical-coordinate representation of color #A5F785: hue angle of 103.16º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5F785 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB165247133-
CMYK0.3300.460.03
HSL103.16º87.69%74.51%-
HSV(B)103.16º46.15%96.86%-
XYZ53.0176.2134.11-
YUV209.4984.8396.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.28%
GREEN value IS 247 (96.88% from 255) = 45.32%
BLUE value IS 133 (52.34% from 255) = 24.40%
R=30.28%
G=45.32%
B=24.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652471330.3300.460.03103.1687.6974.51
HexA5F7852102E367584b
Octal245367205410563147130113
Binary101001011111011110000101100001010111011110011110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F785; }

 p { color: rgb(165,247,133); }

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

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

 a { background-color: rgb(165,247,133); }

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

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

 span { border-color: rgb(165,247,133); }

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