#A8F099

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

Shades of Granny Smith Apple #A8F099

Tints of Granny Smith Apple #A8F099

Color information

#A8F099 (or 0xA8F099) is unknown color: approx Granny Smith Apple. HEX triplet: A8, F0 and 99. RGB value is (168,240,153). Sum of RGB (Red+Green+Blue) = 168+240+153=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F099 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F099 is #570F66. Grayscale: #D0D0D0. Windows color (decimal): -5705575 or 10088616. OLE color: 10088616.

HSL color Cylindrical-coordinate representation of color #A8F099: hue angle of 109.66º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8F099 is Cyan = 0.3, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB168240153-
CMYK0.300.360.06
HSL109.66º74.36%77.06%-
HSV(B)109.66º36.25%94.12%-
XYZ53.0672.9441.42-
YUV208.5596.6599.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.95%
GREEN value IS 240 (94.14% from 255) = 42.78%
BLUE value IS 153 (60.16% from 255) = 27.27%
R=29.95%
G=42.78%
B=27.27%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1682401530.300.360.06109.6674.3677.06
HexA8F0991E02466e4a4d
Octal250360231360446156112115
Binary101010001111000010011001111100100100110110111010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F099; }

 p { color: rgb(168,240,153); }

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

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

 a { background-color: rgb(168,240,153); }

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

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

 span { border-color: rgb(168,240,153); }

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