#A8EB94

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

Shades of Granny Smith Apple #A8EB94

Tints of Granny Smith Apple #A8EB94

Color information

#A8EB94 (or 0xA8EB94) is unknown color: approx Granny Smith Apple. HEX triplet: A8, EB and 94. RGB value is (168,235,148). Sum of RGB (Red+Green+Blue) = 168+235+148=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EB94 is #57146B. Grayscale: #CDCDCD. Windows color (decimal): -5706860 or 9759656. OLE color: 9759656.

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

Color convert

RGB168235148-
CMYK0.2900.370.08
HSL106.21º68.5%75.1%-
HSV(B)106.21º37.02%92.16%-
XYZ51.269.8838.81-
YUV205.0595.8101.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.49%
GREEN value IS 235 (92.19% from 255) = 42.65%
BLUE value IS 148 (58.20% from 255) = 26.86%
R=30.49%
G=42.65%
B=26.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682351480.2900.370.08106.2168.575.1
HexA8EB941D02586a454b
Octal2503532243504510152105113
Binary1010100011101011100101001110101001011000110101010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EB94; }

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

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

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

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

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

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

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

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