#A0D574

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

Shades of Feijoa #A0D574

Tints of Feijoa #A0D574

Color information

#A0D574 (or 0xA0D574) is unknown color: approx Feijoa. HEX triplet: A0, D5 and 74. RGB value is (160,213,116). Sum of RGB (Red+Green+Blue) = 160+213+116=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D574 is #5F2A8B. Grayscale: #BABABA. Windows color (decimal): -6236812 or 7656864. OLE color: 7656864.

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

Color convert

RGB160213116-
CMYK0.2500.460.16
HSL92.78º53.59%64.51%-
HSV(B)92.78º45.54%83.53%-
XYZ41.4456.3225.21-
YUV186.0988.44109.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.72%
GREEN value IS 213 (83.59% from 255) = 43.56%
BLUE value IS 116 (45.70% from 255) = 23.72%
R=32.72%
G=43.56%
B=23.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602131160.2500.460.1692.7853.5964.51
HexA0D5741902E105d3641
Octal240325164310562013566101
Binary101000001101010111101001100101011101000010111011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D574; }

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

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

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

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

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

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

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

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