#A8F985

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

Shades of Granny Smith Apple #A8F985

Tints of Granny Smith Apple #A8F985

Color information

#A8F985 (or 0xA8F985) is unknown color: approx Granny Smith Apple. HEX triplet: A8, F9 and 85. RGB value is (168,249,133). Sum of RGB (Red+Green+Blue) = 168+249+133=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F985 is #57067A. Grayscale: #D3D3D3. Windows color (decimal): -5703291 or 8780200. OLE color: 8780200.

HSL color Cylindrical-coordinate representation of color #A8F985: hue angle of 101.9º degrees, saturation: 0.91, 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 #A8F985 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB168249133-
CMYK0.3300.470.02
HSL101.9º90.62%74.9%-
HSV(B)101.9º46.59%97.65%-
XYZ54.2677.7734.34-
YUV211.5683.6696.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.55%
GREEN value IS 249 (97.66% from 255) = 45.27%
BLUE value IS 133 (52.34% from 255) = 24.18%
R=30.55%
G=45.27%
B=24.18%

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
Decimal1682491330.3300.470.02101.990.6274.9
HexA8F9852102F2665b4b
Octal250371205410572146133113
Binary101010001111100110000101100001010111110110011010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F985; }

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

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

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

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

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

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

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

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