#A8EE95

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

Shades of Granny Smith Apple #A8EE95

Tints of Granny Smith Apple #A8EE95

Color information

#A8EE95 (or 0xA8EE95) is unknown color: approx Granny Smith Apple. HEX triplet: A8, EE and 95. RGB value is (168,238,149). Sum of RGB (Red+Green+Blue) = 168+238+149=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EE95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EE95 is #57116A. Grayscale: #CFCFCF. Windows color (decimal): -5706091 or 9825960. OLE color: 9825960.

HSL color Cylindrical-coordinate representation of color #A8EE95: hue angle of 107.19º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8EE95 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB168238149-
CMYK0.2900.370.07
HSL107.19º72.36%75.88%-
HSV(B)107.19º37.39%93.33%-
XYZ52.1571.6439.51-
YUV206.9295.31100.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.27%
GREEN value IS 238 (93.36% from 255) = 42.88%
BLUE value IS 149 (58.59% from 255) = 26.85%
R=30.27%
G=42.88%
B=26.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682381490.2900.370.07107.1972.3675.88
HexA8EE951D02576b484c
Octal250356225350457153110114
Binary101010001110111010010101111010100101111110101110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EE95; }

 p { color: rgb(168,238,149); }

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

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

 a { background-color: rgb(168,238,149); }

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

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

 span { border-color: rgb(168,238,149); }

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