#A8EA70

Color #A8EA70 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #A8EA70

Tints of Feijoa #A8EA70

Color information

#A8EA70 (or 0xA8EA70) is unknown color: approx Feijoa. HEX triplet: A8, EA and 70. RGB value is (168,234,112). Sum of RGB (Red+Green+Blue) = 168+234+112=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EA70 is #57158F. Grayscale: #C8C8C8. Windows color (decimal): -5707152 or 7400104. OLE color: 7400104.

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

Color convert

RGB168234112-
CMYK0.2800.520.08
HSL92.46º74.39%67.84%-
HSV(B)92.46º52.14%91.76%-
XYZ48.568.3425.96-
YUV200.3678.13104.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.68%
GREEN value IS 234 (91.80% from 255) = 45.53%
BLUE value IS 112 (44.14% from 255) = 21.79%
R=32.68%
G=45.53%
B=21.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682341120.2800.520.0892.4674.3967.84
HexA8EA701C03485c4a44
Octal2503521603406410134112104
Binary101010001110101011100001110001101001000101110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EA70; }

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

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

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

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

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

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

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

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