#A8D28B

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

Shades of Feijoa #A8D28B

Tints of Feijoa #A8D28B

Color information

#A8D28B (or 0xA8D28B) is unknown color: approx Feijoa. HEX triplet: A8, D2 and 8B. RGB value is (168,210,139). Sum of RGB (Red+Green+Blue) = 168+210+139=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D28B is #572D74. Grayscale: #BDBDBD. Windows color (decimal): -5713269 or 9163432. OLE color: 9163432.

HSL color Cylindrical-coordinate representation of color #A8D28B: hue angle of 95.49º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8D28B is Cyan = 0.2, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB168210139-
CMYK0.200.340.18
HSL95.49º44.1%68.43%-
HSV(B)95.49º33.81%82.35%-
XYZ43.8656.2832.98-
YUV189.3599.59112.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 210 (82.42% from 255) = 40.62%
BLUE value IS 139 (54.69% from 255) = 26.89%
R=32.50%
G=40.62%
B=26.89%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1682101390.200.340.1895.4944.168.43
HexA8D28B14022125f2c44
Octal250322213240422213754104
Binary1010100011010010100010111010001000101001010111111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D28B; }

 p { color: rgb(168,210,139); }

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

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

 a { background-color: rgb(168,210,139); }

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

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

 span { border-color: rgb(168,210,139); }

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