#A9D570

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

Shades of Feijoa #A9D570

Tints of Feijoa #A9D570

Color information

#A9D570 (or 0xA9D570) is unknown color: approx Feijoa. HEX triplet: A9, D5 and 70. RGB value is (169,213,112). Sum of RGB (Red+Green+Blue) = 169+213+112=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D570 is #562A8F. Grayscale: #BCBCBC. Windows color (decimal): -5646992 or 7394729. OLE color: 7394729.

HSL color Cylindrical-coordinate representation of color #A9D570: hue angle of 86.14º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9D570 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB169213112-
CMYK0.2100.470.16
HSL86.14º54.59%63.73%-
HSV(B)86.14º47.42%83.53%-
XYZ43.0857.1924.1-
YUV188.3384.92114.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.21%
GREEN value IS 213 (83.59% from 255) = 43.12%
BLUE value IS 112 (44.14% from 255) = 22.67%
R=34.21%
G=43.12%
B=22.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1692131120.2100.470.1686.1454.5963.73
HexA9D5701502F10563740
Octal251325160250572012667100
Binary101010011101010111100001010101011111000010101101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D570; }

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

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

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

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

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

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

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

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