#A0D370

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

Shades of Feijoa #A0D370

Tints of Feijoa #A0D370

Color information

#A0D370 (or 0xA0D370) is unknown color: approx Feijoa. HEX triplet: A0, D3 and 70. RGB value is (160,211,112). Sum of RGB (Red+Green+Blue) = 160+211+112=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D370 is #5F2C8F. Grayscale: #B8B8B8. Windows color (decimal): -6237328 or 7394208. OLE color: 7394208.

HSL color Cylindrical-coordinate representation of color #A0D370: hue angle of 90.91º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0D370 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB160211112-
CMYK0.2400.470.17
HSL90.91º52.94%63.33%-
HSV(B)90.91º46.92%82.75%-
XYZ40.7255.2323.84-
YUV184.4687.1110.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 211 (82.81% from 255) = 43.69%
BLUE value IS 112 (44.14% from 255) = 23.19%
R=33.13%
G=43.69%
B=23.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1602111120.2400.470.1790.9152.9463.33
HexA0D3701802F115b353f
Octal24032316030057211336577
Binary10100000110100111110000110000101111100011011011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D370; }

 p { color: rgb(160,211,112); }

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

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

 a { background-color: rgb(160,211,112); }

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

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

 span { border-color: rgb(160,211,112); }

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