#A8EA8F

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

Shades of Granny Smith Apple #A8EA8F

Tints of Granny Smith Apple #A8EA8F

Color information

#A8EA8F (or 0xA8EA8F) is unknown color: approx Granny Smith Apple. HEX triplet: A8, EA and 8F. RGB value is (168,234,143). Sum of RGB (Red+Green+Blue) = 168+234+143=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EA8F is #571570. Grayscale: #CCCCCC. Windows color (decimal): -5707121 or 9431720. OLE color: 9431720.

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

Color convert

RGB168234143-
CMYK0.2800.390.08
HSL103.52º68.42%73.92%-
HSV(B)103.52º38.89%91.76%-
XYZ50.5369.1536.67-
YUV203.8993.63102.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.83%
GREEN value IS 234 (91.80% from 255) = 42.94%
BLUE value IS 143 (56.25% from 255) = 26.24%
R=30.83%
G=42.94%
B=26.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682341430.2800.390.08103.5268.4273.92
HexA8EA8F1C027868444a
Octal2503522173404710150104112
Binary1010100011101010100011111110001001111000110100010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EA8F; }

 p { color: rgb(168,234,143); }

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

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

 a { background-color: rgb(168,234,143); }

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

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

 span { border-color: rgb(168,234,143); }

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