#A8D585

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

Shades of Feijoa #A8D585

Tints of Feijoa #A8D585

Color information

#A8D585 (or 0xA8D585) is unknown color: approx Feijoa. HEX triplet: A8, D5 and 85. RGB value is (168,213,133). Sum of RGB (Red+Green+Blue) = 168+213+133=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D585 is #572A7A. Grayscale: #BEBEBE. Windows color (decimal): -5712507 or 8770984. OLE color: 8770984.

HSL color Cylindrical-coordinate representation of color #A8D585: hue angle of 93.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8D585 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB168213133-
CMYK0.2100.380.16
HSL93.75º48.78%67.84%-
HSV(B)93.75º37.56%83.53%-
XYZ44.1857.6130.98-
YUV190.4295.59112-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.68%
GREEN value IS 213 (83.59% from 255) = 41.44%
BLUE value IS 133 (52.34% from 255) = 25.88%
R=32.68%
G=41.44%
B=25.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682131330.2100.380.1693.7548.7867.84
HexA8D58515026105e3144
Octal250325205250462013661104
Binary1010100011010101100001011010101001101000010111101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D585; }

 p { color: rgb(168,213,133); }

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

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

 a { background-color: rgb(168,213,133); }

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

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

 span { border-color: rgb(168,213,133); }

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