#A8E585

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

Shades of Feijoa #A8E585

Tints of Feijoa #A8E585

Color information

#A8E585 (or 0xA8E585) is unknown color: approx Feijoa. HEX triplet: A8, E5 and 85. RGB value is (168,229,133). Sum of RGB (Red+Green+Blue) = 168+229+133=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E585 is #571A7A. Grayscale: #C8C8C8. Windows color (decimal): -5708411 or 8775080. OLE color: 8775080.

HSL color Cylindrical-coordinate representation of color #A8E585: hue angle of 98.12º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8E585 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB168229133-
CMYK0.2700.420.10
HSL98.12º64.86%70.98%-
HSV(B)98.12º41.92%89.8%-
XYZ48.466.0632.39-
YUV199.8290.29105.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 229 (89.84% from 255) = 43.21%
BLUE value IS 133 (52.34% from 255) = 25.09%
R=31.70%
G=43.21%
B=25.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1682291330.2700.420.1098.1264.8670.98
HexA8E5851B02AA624147
Octal2503452053305212142101107
Binary1010100011100101100001011101101010101010110001010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E585; }

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

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

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

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

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

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

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

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