#A8F097

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

Shades of Granny Smith Apple #A8F097

Tints of Granny Smith Apple #A8F097

Color information

#A8F097 (or 0xA8F097) is unknown color: approx Granny Smith Apple. HEX triplet: A8, F0 and 97. RGB value is (168,240,151). Sum of RGB (Red+Green+Blue) = 168+240+151=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 151 (59.38% from 255 or 27.01% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F097 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F097 is #570F68. Grayscale: #D0D0D0. Windows color (decimal): -5705577 or 9957544. OLE color: 9957544.

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

Color convert

RGB168240151-
CMYK0.300.370.06
HSL108.54º74.79%76.67%-
HSV(B)108.54º37.08%94.12%-
XYZ52.8972.8840.56-
YUV208.3395.6599.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.05%
GREEN value IS 240 (94.14% from 255) = 42.93%
BLUE value IS 151 (59.38% from 255) = 27.01%
R=30.05%
G=42.93%
B=27.01%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1682401510.300.370.06108.5474.7976.67
HexA8F0971E02566d4b4d
Octal250360227360456155113115
Binary101010001111000010010111111100100101110110110110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F097; }

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

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

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

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

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

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

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

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