#A8EA8C

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

Shades of Granny Smith Apple #A8EA8C

Tints of Granny Smith Apple #A8EA8C

Color information

#A8EA8C (or 0xA8EA8C) is unknown color: approx Granny Smith Apple. HEX triplet: A8, EA and 8C. RGB value is (168,234,140). Sum of RGB (Red+Green+Blue) = 168+234+140=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EA8C is #571573. Grayscale: #CBCBCB. Windows color (decimal): -5707124 or 9235112. OLE color: 9235112.

HSL color Cylindrical-coordinate representation of color #A8EA8C: hue angle of 102.13º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8EA8C is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB168234140-
CMYK0.2800.400.08
HSL102.13º69.12%73.33%-
HSV(B)102.13º40.17%91.76%-
XYZ50.369.0635.49-
YUV203.5592.13102.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.00%
GREEN value IS 234 (91.80% from 255) = 43.17%
BLUE value IS 140 (55.08% from 255) = 25.83%
R=31.00%
G=43.17%
B=25.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682341400.2800.400.08102.1369.1273.33
HexA8EA8C1C0288664549
Octal2503522143405010146105111
Binary1010100011101010100011001110001010001000110011010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EA8C; }

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

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

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

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

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

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

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

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