#A0D972

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

Shades of Feijoa #A0D972

Tints of Feijoa #A0D972

Color information

#A0D972 (or 0xA0D972) is unknown color: approx Feijoa. HEX triplet: A0, D9 and 72. RGB value is (160,217,114). Sum of RGB (Red+Green+Blue) = 160+217+114=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D972 is #5F268D. Grayscale: #BCBCBC. Windows color (decimal): -6235790 or 7526816. OLE color: 7526816.

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

Color convert

RGB160217114-
CMYK0.2600.470.15
HSL93.2º57.54%64.9%-
HSV(B)93.2º47.47%85.1%-
XYZ42.3558.3124.94-
YUV188.2286.12107.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.59%
GREEN value IS 217 (85.16% from 255) = 44.20%
BLUE value IS 114 (44.92% from 255) = 23.22%
R=32.59%
G=44.20%
B=23.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602171140.2600.470.1593.257.5464.9
HexA0D9721A02FF5d3a41
Octal240331162320571713572101
Binary10100000110110011110010110100101111111110111011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D972; }

 p { color: rgb(160,217,114); }

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

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

 a { background-color: rgb(160,217,114); }

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

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

 span { border-color: rgb(160,217,114); }

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