#A8FA85

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

Shades of Granny Smith Apple #A8FA85

Tints of Granny Smith Apple #A8FA85

Color information

#A8FA85 (or 0xA8FA85) is unknown color: approx Granny Smith Apple. HEX triplet: A8, FA and 85. RGB value is (168,250,133). Sum of RGB (Red+Green+Blue) = 168+250+133=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FA85 is #57057A. Grayscale: #D4D4D4. Windows color (decimal): -5703035 or 8780456. OLE color: 8780456.

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

Color convert

RGB168250133-
CMYK0.3300.470.02
HSL102.05º92.13%75.1%-
HSV(B)102.05º46.8%98.04%-
XYZ54.5778.3934.44-
YUV212.1483.3396.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.49%
GREEN value IS 250 (98.05% from 255) = 45.37%
BLUE value IS 133 (52.34% from 255) = 24.14%
R=30.49%
G=45.37%
B=24.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682501330.3300.470.02102.0592.1375.1
HexA8FA852102F2665c4b
Octal250372205410572146134113
Binary101010001111101010000101100001010111110110011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FA85; }

 p { color: rgb(168,250,133); }

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

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

 a { background-color: rgb(168,250,133); }

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

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

 span { border-color: rgb(168,250,133); }

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