#A0D869

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

Shades of Feijoa #A0D869

Tints of Feijoa #A0D869

Color information

#A0D869 (or 0xA0D869) is unknown color: approx Feijoa. HEX triplet: A0, D8 and 69. RGB value is (160,216,105). Sum of RGB (Red+Green+Blue) = 160+216+105=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D869 is #5F2796. Grayscale: #BABABA. Windows color (decimal): -6236055 or 6936736. OLE color: 6936736.

HSL color Cylindrical-coordinate representation of color #A0D869: hue angle of 90.27º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0D869 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB160216105-
CMYK0.2600.510.15
HSL90.27º58.73%62.94%-
HSV(B)90.27º51.39%84.71%-
XYZ41.657.6122.29-
YUV186.681.95109.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 216 (84.77% from 255) = 44.91%
BLUE value IS 105 (41.41% from 255) = 21.83%
R=33.26%
G=44.91%
B=21.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602161050.2600.510.1590.2758.7362.94
HexA0D8691A033F5a3b3f
Octal24033015132063171327377
Binary1010000011011000110100111010011001111111011010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D869; }

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

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

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

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

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

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

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

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