#A9EA70

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

Shades of Feijoa #A9EA70

Tints of Feijoa #A9EA70

Color information

#A9EA70 (or 0xA9EA70) is unknown color: approx Feijoa. HEX triplet: A9, EA and 70. RGB value is (169,234,112). Sum of RGB (Red+Green+Blue) = 169+234+112=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9EA70 is #56158F. Grayscale: #C9C9C9. Windows color (decimal): -5641616 or 7400105. OLE color: 7400105.

HSL color Cylindrical-coordinate representation of color #A9EA70: hue angle of 91.97º 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 #A9EA70 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB169234112-
CMYK0.2800.520.08
HSL91.97º74.39%67.84%-
HSV(B)91.97º52.14%91.76%-
XYZ48.7168.4525.97-
YUV200.6677.97105.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 234 (91.80% from 255) = 45.44%
BLUE value IS 112 (44.14% from 255) = 21.75%
R=32.82%
G=45.44%
B=21.75%

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
Decimal1692341120.2800.520.0891.9774.3967.84
HexA9EA701C03485c4a44
Octal2513521603406410134112104
Binary101010011110101011100001110001101001000101110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EA70; }

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

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

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

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

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

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

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

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