#A5F986

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

Shades of Granny Smith Apple #A5F986

Tints of Granny Smith Apple #A5F986

Color information

#A5F986 (or 0xA5F986) is unknown color: approx Granny Smith Apple. HEX triplet: A5, F9 and 86. RGB value is (165,249,134). Sum of RGB (Red+Green+Blue) = 165+249+134=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F986 is #5A0679. Grayscale: #D3D3D3. Windows color (decimal): -5899898 or 8845733. OLE color: 8845733.

HSL color Cylindrical-coordinate representation of color #A5F986: hue angle of 103.83º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5F986 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB165249134-
CMYK0.3400.460.02
HSL103.83º90.55%75.1%-
HSV(B)103.83º46.18%97.65%-
XYZ53.777.4734.68-
YUV210.7784.6795.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.11%
GREEN value IS 249 (97.66% from 255) = 45.44%
BLUE value IS 134 (52.73% from 255) = 24.45%
R=30.11%
G=45.44%
B=24.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652491340.3400.460.02103.8390.5575.1
HexA5F9862202E2685b4b
Octal245371206420562150133113
Binary101001011111100110000110100010010111010110100010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F986; }

 p { color: rgb(165,249,134); }

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

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

 a { background-color: rgb(165,249,134); }

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

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

 span { border-color: rgb(165,249,134); }

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