#A8F093

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

Shades of Granny Smith Apple #A8F093

Tints of Granny Smith Apple #A8F093

Color information

#A8F093 (or 0xA8F093) is unknown color: approx Granny Smith Apple. HEX triplet: A8, F0 and 93. RGB value is (168,240,147). Sum of RGB (Red+Green+Blue) = 168+240+147=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F093 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F093 is #570F6C. Grayscale: #D0D0D0. Windows color (decimal): -5705581 or 9695400. OLE color: 9695400.

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

Color convert

RGB168240147-
CMYK0.300.390.06
HSL106.45º75.61%75.88%-
HSV(B)106.45º38.75%94.12%-
XYZ52.5772.7538.88-
YUV207.8793.6599.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.27%
GREEN value IS 240 (94.14% from 255) = 43.24%
BLUE value IS 147 (57.81% from 255) = 26.49%
R=30.27%
G=43.24%
B=26.49%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1682401470.300.390.06106.4575.6175.88
HexA8F0931E02766a4c4c
Octal250360223360476152114114
Binary101010001111000010010011111100100111110110101010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F093; }

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

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

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

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

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

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

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

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