#A9E07D

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

Shades of Feijoa #A9E07D

Tints of Feijoa #A9E07D

Color information

#A9E07D (or 0xA9E07D) is unknown color: approx Feijoa. HEX triplet: A9, E0 and 7D. RGB value is (169,224,125). Sum of RGB (Red+Green+Blue) = 169+224+125=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E07D is #561F82. Grayscale: #C4C4C4. Windows color (decimal): -5644163 or 8249513. OLE color: 8249513.

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

Color convert

RGB169224125-
CMYK0.2500.440.12
HSL93.33º61.49%68.43%-
HSV(B)93.33º44.2%87.84%-
XYZ46.7263.2329.14-
YUV196.2787.78108.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 224 (87.89% from 255) = 43.24%
BLUE value IS 125 (49.22% from 255) = 24.13%
R=32.63%
G=43.24%
B=24.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1692241250.2500.440.1293.3361.4968.43
HexA9E07D1902CC5d3d44
Octal251340175310541413575104
Binary10101001111000001111101110010101100110010111011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E07D; }

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

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

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

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

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

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

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

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