#A8D280

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

Shades of Feijoa #A8D280

Tints of Feijoa #A8D280

Color information

#A8D280 (or 0xA8D280) is unknown color: approx Feijoa. HEX triplet: A8, D2 and 80. RGB value is (168,210,128). Sum of RGB (Red+Green+Blue) = 168+210+128=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D280 is #572D7F. Grayscale: #BCBCBC. Windows color (decimal): -5713280 or 8442536. OLE color: 8442536.

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

Color convert

RGB168210128-
CMYK0.200.390.18
HSL90.73º47.67%66.27%-
HSV(B)90.73º39.05%82.35%-
XYZ43.0955.9828.96-
YUV188.0994.09113.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.20%
GREEN value IS 210 (82.42% from 255) = 41.50%
BLUE value IS 128 (50.39% from 255) = 25.30%
R=33.20%
G=41.50%
B=25.30%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1682101280.200.390.1890.7347.6766.27
HexA8D28014027125b3042
Octal250322200240472213360102
Binary1010100011010010100000001010001001111001010110111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D280; }

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

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

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

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

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

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

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

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