#A9CF8E

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

Shades of Feijoa #A9CF8E

Tints of Feijoa #A9CF8E

Color information

#A9CF8E (or 0xA9CF8E) is unknown color: approx Feijoa. HEX triplet: A9, CF and 8E. RGB value is (169,207,142). Sum of RGB (Red+Green+Blue) = 169+207+142=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CF8E is #563071. Grayscale: #BCBCBC. Windows color (decimal): -5648498 or 9359273. OLE color: 9359273.

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

Color convert

RGB169207142-
CMYK0.1800.310.19
HSL95.08º40.37%68.43%-
HSV(B)95.08º31.4%81.18%-
XYZ43.5655.0133.91-
YUV188.23101.91114.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 207 (81.25% from 255) = 39.96%
BLUE value IS 142 (55.86% from 255) = 27.41%
R=32.63%
G=39.96%
B=27.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692071420.1800.310.1995.0840.3768.43
HexA9CF8E1201F135f2844
Octal251317216220372313750104
Binary101010011100111110001110100100111111001110111111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CF8E; }

 p { color: rgb(169,207,142); }

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

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

 a { background-color: rgb(169,207,142); }

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

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

 span { border-color: rgb(169,207,142); }

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