#A8D37A

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

Shades of Feijoa #A8D37A

Tints of Feijoa #A8D37A

Color information

#A8D37A (or 0xA8D37A) is unknown color: approx Feijoa. HEX triplet: A8, D3 and 7A. RGB value is (168,211,122). Sum of RGB (Red+Green+Blue) = 168+211+122=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D37A is #572C85. Grayscale: #BCBCBC. Windows color (decimal): -5713030 or 8049576. OLE color: 8049576.

HSL color Cylindrical-coordinate representation of color #A8D37A: hue angle of 88.99º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8D37A is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB168211122-
CMYK0.2000.420.17
HSL88.99º50.28%65.29%-
HSV(B)88.99º42.18%82.75%-
XYZ42.9656.3227.02-
YUV18890.75113.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.53%
GREEN value IS 211 (82.81% from 255) = 42.12%
BLUE value IS 122 (48.05% from 255) = 24.35%
R=33.53%
G=42.12%
B=24.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1682111220.2000.420.1788.9950.2865.29
HexA8D37A1402A11593241
Octal250323172240522113162101
Binary101010001101001111110101010001010101000110110011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D37A; }

 p { color: rgb(168,211,122); }

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

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

 a { background-color: rgb(168,211,122); }

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

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

 span { border-color: rgb(168,211,122); }

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