#A0F786

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

Shades of Granny Smith Apple #A0F786

Tints of Granny Smith Apple #A0F786

Color information

#A0F786 (or 0xA0F786) is unknown color: approx Granny Smith Apple. HEX triplet: A0, F7 and 86. RGB value is (160,247,134). Sum of RGB (Red+Green+Blue) = 160+247+134=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F786 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F786 is #5F0879. Grayscale: #D0D0D0. Windows color (decimal): -6228090 or 8845216. OLE color: 8845216.

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

Color convert

RGB160247134-
CMYK0.3500.460.03
HSL106.19º87.6%74.71%-
HSV(B)106.19º45.75%96.86%-
XYZ52.0675.7234.43-
YUV208.186.1893.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.57%
GREEN value IS 247 (96.88% from 255) = 45.66%
BLUE value IS 134 (52.73% from 255) = 24.77%
R=29.57%
G=45.66%
B=24.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1602471340.3500.460.03106.1987.674.71
HexA0F7862302E36a584b
Octal240367206430563152130113
Binary101000001111011110000110100011010111011110101010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F786; }

 p { color: rgb(160,247,134); }

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

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

 a { background-color: rgb(160,247,134); }

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

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

 span { border-color: rgb(160,247,134); }

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