#A0DF7D

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

Shades of Feijoa #A0DF7D

Tints of Feijoa #A0DF7D

Color information

#A0DF7D (or 0xA0DF7D) is unknown color: approx Feijoa. HEX triplet: A0, DF and 7D. RGB value is (160,223,125). Sum of RGB (Red+Green+Blue) = 160+223+125=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DF7D is #5F2082. Grayscale: #C1C1C1. Windows color (decimal): -6234243 or 8249248. OLE color: 8249248.

HSL color Cylindrical-coordinate representation of color #A0DF7D: hue angle of 98.57º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0DF7D is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB160223125-
CMYK0.2800.440.13
HSL98.57º60.49%68.24%-
HSV(B)98.57º43.95%87.45%-
XYZ44.5961.7328.97-
YUV192.9989.63104.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.50%
GREEN value IS 223 (87.5% from 255) = 43.90%
BLUE value IS 125 (49.22% from 255) = 24.61%
R=31.50%
G=43.90%
B=24.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602231250.2800.440.1398.5760.4968.24
HexA0DF7D1C02CD633c44
Octal240337175340541514374104
Binary10100000110111111111101111000101100110111000111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DF7D; }

 p { color: rgb(160,223,125); }

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

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

 a { background-color: rgb(160,223,125); }

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

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

 span { border-color: rgb(160,223,125); }

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