#A8CD8E

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

Shades of Feijoa #A8CD8E

Tints of Feijoa #A8CD8E

Color information

#A8CD8E (or 0xA8CD8E) is unknown color: approx Feijoa. HEX triplet: A8, CD and 8E. RGB value is (168,205,142). Sum of RGB (Red+Green+Blue) = 168+205+142=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CD8E is #573271. Grayscale: #BABABA. Windows color (decimal): -5714546 or 9358760. OLE color: 9358760.

HSL color Cylindrical-coordinate representation of color #A8CD8E: hue angle of 95.24º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8CD8E is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB168205142-
CMYK0.1800.310.20
HSL95.24º38.65%68.04%-
HSV(B)95.24º30.73%80.39%-
XYZ42.8653.9433.74-
YUV186.76102.74114.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 205 (80.47% from 255) = 39.81%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=32.62%
G=39.81%
B=27.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682051420.1800.310.2095.2438.6568.04
HexA8CD8E1201F145f2744
Octal250315216220372413747104
Binary101010001100110110001110100100111111010010111111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CD8E; }

 p { color: rgb(168,205,142); }

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

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

 a { background-color: rgb(168,205,142); }

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

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

 span { border-color: rgb(168,205,142); }

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