#A4F785

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

Shades of Granny Smith Apple #A4F785

Tints of Granny Smith Apple #A4F785

Color information

#A4F785 (or 0xA4F785) is unknown color: approx Granny Smith Apple. HEX triplet: A4, F7 and 85. RGB value is (164,247,133). Sum of RGB (Red+Green+Blue) = 164+247+133=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 247 - color contains mainly: green. Hex color #A4F785 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F785 is #5B087A. Grayscale: #D1D1D1. Windows color (decimal): -5965947 or 8779684. OLE color: 8779684.

HSL color Cylindrical-coordinate representation of color #A4F785: hue angle of 103.68º 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 #A4F785 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB164247133-
CMYK0.3400.460.03
HSL103.68º87.69%74.51%-
HSV(B)103.68º46.15%96.86%-
XYZ52.876.1134.1-
YUV209.198595.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.15%
GREEN value IS 247 (96.88% from 255) = 45.40%
BLUE value IS 133 (52.34% from 255) = 24.45%
R=30.15%
G=45.40%
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.03
SystemRedGreenBlueCMYKHSL
Decimal1642471330.3400.460.03103.6887.6974.51
HexA4F7852202E368584b
Octal244367205420563150130113
Binary101001001111011110000101100010010111011110100010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F785; }

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

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

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

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

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

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

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

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