#A8D380

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

Shades of Feijoa #A8D380

Tints of Feijoa #A8D380

Color information

#A8D380 (or 0xA8D380) is unknown color: approx Feijoa. HEX triplet: A8, D3 and 80. RGB value is (168,211,128). Sum of RGB (Red+Green+Blue) = 168+211+128=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D380 is #572C7F. Grayscale: #BCBCBC. Windows color (decimal): -5713024 or 8442792. OLE color: 8442792.

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

Color convert

RGB168211128-
CMYK0.2000.390.17
HSL91.08º48.54%66.47%-
HSV(B)91.08º39.34%82.75%-
XYZ43.3456.4729.04-
YUV188.6893.75113.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.14%
GREEN value IS 211 (82.81% from 255) = 41.62%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=33.14%
G=41.62%
B=25.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1682111280.2000.390.1791.0848.5466.47
HexA8D38014027115b3142
Octal250323200240472113361102
Binary1010100011010011100000001010001001111000110110111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D380; }

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

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

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

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

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

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

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

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