#A8E98D

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

Shades of Granny Smith Apple #A8E98D

Tints of Granny Smith Apple #A8E98D

Color information

#A8E98D (or 0xA8E98D) is unknown color: approx Granny Smith Apple. HEX triplet: A8, E9 and 8D. RGB value is (168,233,141). Sum of RGB (Red+Green+Blue) = 168+233+141=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #A8E98D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8E98D is #571672. Grayscale: #CBCBCB. Windows color (decimal): -5707379 or 9300392. OLE color: 9300392.

HSL color Cylindrical-coordinate representation of color #A8E98D: hue angle of 102.39º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8E98D is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB168233141-
CMYK0.2800.390.09
HSL102.39º67.65%73.33%-
HSV(B)102.39º39.48%91.37%-
XYZ50.168.5335.79-
YUV203.0892.97102.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.00%
GREEN value IS 233 (91.41% from 255) = 42.99%
BLUE value IS 141 (55.47% from 255) = 26.01%
R=31.00%
G=42.99%
B=26.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1682331410.2800.390.09102.3967.6573.33
HexA8E98D1C0279664449
Octal2503512153404711146104111
Binary1010100011101001100011011110001001111001110011010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E98D; }

 p { color: rgb(168,233,141); }

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

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

 a { background-color: rgb(168,233,141); }

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

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

 span { border-color: rgb(168,233,141); }

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