#A9E07C

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

Shades of Feijoa #A9E07C

Tints of Feijoa #A9E07C

Color information

#A9E07C (or 0xA9E07C) is unknown color: approx Feijoa. HEX triplet: A9, E0 and 7C. RGB value is (169,224,124). Sum of RGB (Red+Green+Blue) = 169+224+124=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E07C is #561F83. Grayscale: #C4C4C4. Windows color (decimal): -5644164 or 8183977. OLE color: 8183977.

HSL color Cylindrical-coordinate representation of color #A9E07C: hue angle of 93º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A9E07C is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB169224124-
CMYK0.2500.450.12
HSL93º61.73%68.24%-
HSV(B)93º44.64%87.84%-
XYZ46.6663.228.81-
YUV196.1687.28108.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.69%
GREEN value IS 224 (87.89% from 255) = 43.33%
BLUE value IS 124 (48.83% from 255) = 23.98%
R=32.69%
G=43.33%
B=23.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1692241240.2500.450.129361.7368.24
HexA9E07C1902DC5d3e44
Octal251340174310551413576104
Binary10101001111000001111100110010101101110010111011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E07C; }

 p { color: rgb(169,224,124); }

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

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

 a { background-color: rgb(169,224,124); }

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

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

 span { border-color: rgb(169,224,124); }

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