#A6CF8E

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

Shades of Feijoa #A6CF8E

Tints of Feijoa #A6CF8E

Color information

#A6CF8E (or 0xA6CF8E) is unknown color: approx Feijoa. HEX triplet: A6, CF and 8E. RGB value is (166,207,142). Sum of RGB (Red+Green+Blue) = 166+207+142=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CF8E is #593071. Grayscale: #BBBBBB. Windows color (decimal): -5845106 or 9359270. OLE color: 9359270.

HSL color Cylindrical-coordinate representation of color #A6CF8E: hue angle of 97.85º 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 #A6CF8E is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB166207142-
CMYK0.2000.310.19
HSL97.85º40.37%68.43%-
HSV(B)97.85º31.4%81.18%-
XYZ42.9254.6933.88-
YUV187.33102.42112.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.23%
GREEN value IS 207 (81.25% from 255) = 40.19%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=32.23%
G=40.19%
B=27.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1662071420.2000.310.1997.8540.3768.43
HexA6CF8E1401F13622844
Octal246317216240372314250104
Binary101001101100111110001110101000111111001111000101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CF8E; }

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

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

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

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

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

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

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

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