#A8E098

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

Shades of Granny Smith Apple #A8E098

Tints of Granny Smith Apple #A8E098

Color information

#A8E098 (or 0xA8E098) is unknown color: approx Granny Smith Apple. HEX triplet: A8, E0 and 98. RGB value is (168,224,152). Sum of RGB (Red+Green+Blue) = 168+224+152=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E098 is #571F67. Grayscale: #C7C7C7. Windows color (decimal): -5709672 or 10018984. OLE color: 10018984.

HSL color Cylindrical-coordinate representation of color #A8E098: hue angle of 106.67º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8E098 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB168224152-
CMYK0.2500.320.12
HSL106.67º53.73%73.73%-
HSV(B)106.67º32.14%87.84%-
XYZ48.4763.939.49-
YUV199.05101.45105.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.88%
GREEN value IS 224 (87.89% from 255) = 41.18%
BLUE value IS 152 (59.77% from 255) = 27.94%
R=30.88%
G=41.18%
B=27.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1682241520.2500.320.12106.6753.7373.73
HexA8E09819020C6b364a
Octal250340230310401415366112
Binary101010001110000010011000110010100000110011010111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E098; }

 p { color: rgb(168,224,152); }

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

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

 a { background-color: rgb(168,224,152); }

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

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

 span { border-color: rgb(168,224,152); }

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