#A0D569

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

Shades of Feijoa #A0D569

Tints of Feijoa #A0D569

Color information

#A0D569 (or 0xA0D569) is unknown color: approx Feijoa. HEX triplet: A0, D5 and 69. RGB value is (160,213,105). Sum of RGB (Red+Green+Blue) = 160+213+105=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D569 is #5F2A96. Grayscale: #B9B9B9. Windows color (decimal): -6236823 or 6935968. OLE color: 6935968.

HSL color Cylindrical-coordinate representation of color #A0D569: hue angle of 89.44º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0D569 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB160213105-
CMYK0.2500.510.16
HSL89.44º56.25%62.35%-
HSV(B)89.44º50.7%83.53%-
XYZ40.8456.0822.04-
YUV184.8482.94110.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.47%
GREEN value IS 213 (83.59% from 255) = 44.56%
BLUE value IS 105 (41.41% from 255) = 21.97%
R=33.47%
G=44.56%
B=21.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602131050.2500.510.1689.4456.2562.35
HexA0D569190331059383e
Octal24032515131063201317076
Binary10100000110101011101001110010110011100001011001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D569; }

 p { color: rgb(160,213,105); }

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

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

 a { background-color: rgb(160,213,105); }

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

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

 span { border-color: rgb(160,213,105); }

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