#A8EB98

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

Shades of Granny Smith Apple #A8EB98

Tints of Granny Smith Apple #A8EB98

Color information

#A8EB98 (or 0xA8EB98) is unknown color: approx Granny Smith Apple. HEX triplet: A8, EB and 98. RGB value is (168,235,152). Sum of RGB (Red+Green+Blue) = 168+235+152=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EB98 is #571467. Grayscale: #CDCDCD. Windows color (decimal): -5706856 or 10021800. OLE color: 10021800.

HSL color Cylindrical-coordinate representation of color #A8EB98: hue angle of 108.43º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8EB98 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB168235152-
CMYK0.2900.350.08
HSL108.43º67.48%75.88%-
HSV(B)108.43º35.32%92.16%-
XYZ51.5270.0140.5-
YUV205.597.8101.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.27%
GREEN value IS 235 (92.19% from 255) = 42.34%
BLUE value IS 152 (59.77% from 255) = 27.39%
R=30.27%
G=42.34%
B=27.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682351520.2900.350.08108.4367.4875.88
HexA8EB981D02386c434c
Octal2503532303504310154103114
Binary1010100011101011100110001110101000111000110110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EB98; }

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

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

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

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

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

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

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

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