#A9E374

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

Shades of Feijoa #A9E374

Tints of Feijoa #A9E374

Color information

#A9E374 (or 0xA9E374) is unknown color: approx Feijoa. HEX triplet: A9, E3 and 74. RGB value is (169,227,116). Sum of RGB (Red+Green+Blue) = 169+227+116=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 227 - color contains mainly: green. Hex color #A9E374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E374 is #561C8B. Grayscale: #C5C5C5. Windows color (decimal): -5643404 or 7660457. OLE color: 7660457.

HSL color Cylindrical-coordinate representation of color #A9E374: hue angle of 91.35º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9E374 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB169227116-
CMYK0.2600.490.11
HSL91.35º66.47%67.25%-
HSV(B)91.35º48.9%89.02%-
XYZ46.9864.6326.52-
YUV19782.28108.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 227 (89.06% from 255) = 44.34%
BLUE value IS 116 (45.70% from 255) = 22.66%
R=33.01%
G=44.34%
B=22.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1692271160.2600.490.1191.3566.4767.25
HexA9E3741A031B5b4243
Octal2513431643206113133102103
Binary101010011110001111101001101001100011011101101110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E374; }

 p { color: rgb(169,227,116); }

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

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

 a { background-color: rgb(169,227,116); }

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

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

 span { border-color: rgb(169,227,116); }

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